2024-05-15 08:34:54 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWidget</class>
|
|
|
|
<widget class="QWidget" name="MainWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2024-05-20 08:18:13 +08:00
|
|
|
<width>1279</width>
|
2024-05-17 22:46:33 +08:00
|
|
|
<height>805</height>
|
2024-05-15 08:34:54 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWidget</string>
|
|
|
|
</property>
|
2024-05-17 22:46:33 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2024-05-15 10:59:43 +08:00
|
|
|
<item>
|
2024-05-17 22:46:33 +08:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>1基本信息</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnSelectFile">
|
|
|
|
<property name="text">
|
|
|
|
<string>选择文件</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edStatus"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnRead">
|
|
|
|
<property name="text">
|
|
|
|
<string>加载</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-20 00:32:26 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnBackup">
|
|
|
|
<property name="text">
|
|
|
|
<string>备份</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnResort">
|
|
|
|
<property name="text">
|
|
|
|
<string>重排序</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-17 22:46:33 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>保存</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>2.操作</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-05-19 23:57:50 +08:00
|
|
|
<widget class="QRadioButton" name="rbReplaceSelect">
|
2024-05-17 22:46:33 +08:00
|
|
|
<property name="text">
|
2024-05-19 23:57:50 +08:00
|
|
|
<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>
|
2024-05-17 22:46:33 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edRepPre"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-05-19 23:09:01 +08:00
|
|
|
<widget class="QPushButton" name="btnReplace">
|
2024-05-17 22:46:33 +08:00
|
|
|
<property name="text">
|
2024-05-20 00:32:26 +08:00
|
|
|
<string>一般替换</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnRxReplace">
|
|
|
|
<property name="text">
|
|
|
|
<string>正则替换</string>
|
2024-05-17 22:46:33 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edRepAfter"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbCaseSensitive">
|
|
|
|
<property name="text">
|
2024-05-20 00:32:26 +08:00
|
|
|
<string>区分大小写</string>
|
2024-05-17 22:46:33 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edSearchKey">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnSearch">
|
|
|
|
<property name="text">
|
|
|
|
<string>搜索</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnReset">
|
|
|
|
<property name="text">
|
|
|
|
<string>重置</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
|
|
|
<string>3.数据</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2024-05-18 02:12:19 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>退出</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-20 08:18:13 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnExport">
|
|
|
|
<property name="text">
|
|
|
|
<string>导出</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnImport">
|
|
|
|
<property name="text">
|
|
|
|
<string>导入</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-17 22:46:33 +08:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2024-05-15 23:06:48 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edCurPage">
|
2024-05-15 10:59:43 +08:00
|
|
|
<property name="sizePolicy">
|
2024-05-15 23:06:48 +08:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2024-05-15 10:59:43 +08:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-05-15 23:06:48 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2024-05-15 10:59:43 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-05-15 23:06:48 +08:00
|
|
|
<widget class="QLabel" name="label">
|
2024-05-15 10:59:43 +08:00
|
|
|
<property name="text">
|
2024-05-15 23:06:48 +08:00
|
|
|
<string>/</string>
|
2024-05-15 10:59:43 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-05-15 23:06:48 +08:00
|
|
|
<widget class="QLineEdit" name="edAllPage">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
2024-05-15 10:59:43 +08:00
|
|
|
<property name="text">
|
2024-05-15 23:06:48 +08:00
|
|
|
<string>页</string>
|
2024-05-15 10:59:43 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-05-15 23:06:48 +08:00
|
|
|
<widget class="QPushButton" name="btnJump">
|
|
|
|
<property name="text">
|
|
|
|
<string>跳转</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnPagePre">
|
|
|
|
<property name="text">
|
|
|
|
<string>上一页</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnPageNext">
|
|
|
|
<property name="text">
|
|
|
|
<string>下一页</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-15 10:59:43 +08:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2024-05-15 08:34:54 +08:00
|
|
|
</widget>
|
2024-05-19 23:09:01 +08:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>btnSelectFile</tabstop>
|
|
|
|
<tabstop>edStatus</tabstop>
|
|
|
|
<tabstop>btnRead</tabstop>
|
|
|
|
<tabstop>btnSave</tabstop>
|
|
|
|
<tabstop>edRepPre</tabstop>
|
|
|
|
<tabstop>edRepAfter</tabstop>
|
|
|
|
<tabstop>btnReplace</tabstop>
|
|
|
|
<tabstop>cbCaseSensitive</tabstop>
|
|
|
|
<tabstop>edSearchKey</tabstop>
|
|
|
|
<tabstop>btnSearch</tabstop>
|
|
|
|
<tabstop>btnReset</tabstop>
|
|
|
|
<tabstop>btnExit</tabstop>
|
|
|
|
<tabstop>edCurPage</tabstop>
|
|
|
|
<tabstop>edAllPage</tabstop>
|
|
|
|
<tabstop>btnJump</tabstop>
|
|
|
|
<tabstop>btnPagePre</tabstop>
|
|
|
|
<tabstop>btnPageNext</tabstop>
|
|
|
|
</tabstops>
|
2024-05-15 08:34:54 +08:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|