ver:一个可用版本,基本包含导入导出数据,备份,替换,搜索等功能。

This commit is contained in:
2024-05-19 23:09:01 +08:00
parent 6d13738078
commit 8cb4d5aa2f
6 changed files with 165 additions and 15 deletions

View File

@@ -92,7 +92,7 @@
<widget class="QLineEdit" name="edRepPre"/>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<widget class="QPushButton" name="btnReplace">
<property name="text">
<string>替换为</string>
</property>
@@ -261,6 +261,30 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>btnSelectFile</tabstop>
<tabstop>edStatus</tabstop>
<tabstop>btnRead</tabstop>
<tabstop>btnSave</tabstop>
<tabstop>btnExport</tabstop>
<tabstop>btnImport</tabstop>
<tabstop>btnBackup</tabstop>
<tabstop>cbRepOnlySelect</tabstop>
<tabstop>edRepPre</tabstop>
<tabstop>edRepAfter</tabstop>
<tabstop>btnReplace</tabstop>
<tabstop>cbCaseSensitive</tabstop>
<tabstop>edSearchKey</tabstop>
<tabstop>btnSearch</tabstop>
<tabstop>btnReset</tabstop>
<tabstop>btnResort</tabstop>
<tabstop>btnExit</tabstop>
<tabstop>edCurPage</tabstop>
<tabstop>edAllPage</tabstop>
<tabstop>btnJump</tabstop>
<tabstop>btnPagePre</tabstop>
<tabstop>btnPageNext</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>