fix:修正替换后的界面显示和替换选项优化。

This commit is contained in:
2024-05-19 23:57:50 +08:00
parent df1dd36d3b
commit 43c2d8680d
4 changed files with 55 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1211</width>
<width>1220</width>
<height>805</height>
</rect>
</property>
@@ -82,9 +82,23 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbRepOnlySelect">
<widget class="QRadioButton" name="rbReplaceSelect">
<property name="text">
<string>仅替换所选</string>
<string>所选</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbRepCurPage">
<property name="text">
<string>当前页</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbRepAll">
<property name="text">
<string>全局</string>
</property>
</widget>
</item>
@@ -269,7 +283,6 @@
<tabstop>btnExport</tabstop>
<tabstop>btnImport</tabstop>
<tabstop>btnBackup</tabstop>
<tabstop>cbRepOnlySelect</tabstop>
<tabstop>edRepPre</tabstop>
<tabstop>edRepAfter</tabstop>
<tabstop>btnReplace</tabstop>