fix:修正替换后的界面显示和替换选项优化。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user