2025-06-15 14:31:54 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>Compare</class>
|
|
|
|
|
<widget class="QWidget" name="Compare">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-06-18 10:36:19 +08:00
|
|
|
<width>636</width>
|
|
|
|
|
<height>277</height>
|
2025-06-15 14:31:54 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
2025-06-18 10:36:19 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="comboBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btnLoad">
|
|
|
|
|
<property name="text">
|
2025-11-04 14:52:27 +08:00
|
|
|
<string>加载</string>
|
2025-06-18 10:36:19 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btnSave">
|
|
|
|
|
<property name="text">
|
2025-11-04 14:52:27 +08:00
|
|
|
<string>保存</string>
|
2025-06-18 10:36:19 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="edPre"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="edAfter"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btnReplace">
|
|
|
|
|
<property name="text">
|
2025-11-04 14:52:27 +08:00
|
|
|
<string>替换</string>
|
2025-06-18 10:36:19 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-06-18 10:42:53 +08:00
|
|
|
<widget class="CpTableWidget" name="tableWidget"/>
|
2025-06-18 10:36:19 +08:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
2026-02-02 21:25:58 +08:00
|
|
|
<widget class="QPushButton" name="btnTypeDown">
|
2025-06-18 10:36:19 +08:00
|
|
|
<property name="text">
|
2026-02-02 21:25:58 +08:00
|
|
|
<string>按类型下载</string>
|
2025-06-18 10:36:19 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="edSearch"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-11-11 22:30:45 +08:00
|
|
|
<widget class="QPushButton" name="btnSearch">
|
2025-06-18 10:36:19 +08:00
|
|
|
<property name="text">
|
2025-11-04 14:52:27 +08:00
|
|
|
<string>搜索</string>
|
2025-06-18 10:36:19 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-11-11 22:30:45 +08:00
|
|
|
<widget class="QPushButton" name="btnReset">
|
2025-06-18 10:36:19 +08:00
|
|
|
<property name="text">
|
2025-11-04 14:52:27 +08:00
|
|
|
<string>重置</string>
|
2025-06-18 10:36:19 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2026-02-02 21:25:58 +08:00
|
|
|
<widget class="QPushButton" name="btnTypeUpload">
|
2025-06-18 10:36:19 +08:00
|
|
|
<property name="text">
|
2026-02-02 21:25:58 +08:00
|
|
|
<string>按类型上传</string>
|
2025-06-18 10:36:19 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-06-15 14:31:54 +08:00
|
|
|
</widget>
|
2025-06-18 10:42:53 +08:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>CpTableWidget</class>
|
|
|
|
|
<extends>QTableWidget</extends>
|
|
|
|
|
<header>cpTableWidget.h</header>
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
2025-06-15 14:31:54 +08:00
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|