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-16 13:17:49 +08:00
|
|
|
<width>790</width>
|
|
|
|
<height>847</height>
|
2024-05-15 08:34:54 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWidget</string>
|
|
|
|
</property>
|
2024-05-15 10:59:43 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
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 23:55:11 +08:00
|
|
|
<item>
|
2024-05-16 13:17:49 +08:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2024-05-15 23:55:11 +08:00
|
|
|
</property>
|
2024-05-16 13:17:49 +08:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2024-05-15 23:55:11 +08:00
|
|
|
</item>
|
2024-05-16 13:17:49 +08:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2024-05-15 23:06:48 +08:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
2024-05-15 10:59:43 +08:00
|
|
|
<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-16 00:09:26 +08:00
|
|
|
<item>
|
2024-05-16 13:17:49 +08:00
|
|
|
<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="QCheckBox" name="cbCaseSensitive">
|
2024-05-16 00:09:26 +08:00
|
|
|
<property name="text">
|
2024-05-16 13:17:49 +08:00
|
|
|
<string>区分大小写</string>
|
2024-05-16 00:09:26 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-15 23:06:48 +08:00
|
|
|
<item>
|
2024-05-16 13:17:49 +08:00
|
|
|
<widget class="QPushButton" name="btnSearch">
|
2024-05-15 23:06:48 +08:00
|
|
|
<property name="text">
|
2024-05-16 13:17:49 +08:00
|
|
|
<string>搜索</string>
|
2024-05-15 23:06:48 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-15 17:34:07 +08:00
|
|
|
<item>
|
2024-05-16 13:17:49 +08:00
|
|
|
<widget class="QPushButton" name="btnReset">
|
2024-05-15 17:34:07 +08:00
|
|
|
<property name="text">
|
2024-05-16 13:17:49 +08:00
|
|
|
<string>重置</string>
|
2024-05-15 17:34:07 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-16 13:17:49 +08:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edStatus"/>
|
|
|
|
</item>
|
2024-05-15 17:34:07 +08:00
|
|
|
<item>
|
2024-05-16 13:17:49 +08:00
|
|
|
<widget class="QPushButton" name="btnRead">
|
2024-05-15 17:34:07 +08:00
|
|
|
<property name="text">
|
2024-05-16 13:17:49 +08:00
|
|
|
<string>加载文件</string>
|
2024-05-15 17:34:07 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-15 23:06:48 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>保存</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-16 13:17:49 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnExit">
|
|
|
|
<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>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|