Files
chenzhen 222dda1e43 1,新增“App_ThermalImageSystem”;
2,新增“Apps”;
3,新增“Common”;
4,新增“FileList”;
5,新增“MediaX”;
6,新增“OpenSource”;
7,新增“Samples”;
8,新增“SoftwareBusinessLines”.
2026-02-14 23:03:23 +08:00

417 lines
10 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>858</width>
<height>820</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>700</width>
<height>820</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1600</width>
<height>820</height>
</size>
</property>
<property name="windowTitle">
<string/>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="iconSize">
<size>
<width>1</width>
<height>1</height>
</size>
</property>
<widget class="QWidget" name="centralWidget">
<property name="minimumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="wgtTitleBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>851</width>
<height>33</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>33</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0,0,0,0">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="lblSystemIcon">
<property name="minimumSize">
<size>
<width>70</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>28</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="lblTitle">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>800000</height>
</size>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;SQLite3 V1.00.00 / 2022-03-24&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="m_pushButton_MinMenu">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButton_CloseMenu">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="m_pushButton_DB_Init">
<property name="geometry">
<rect>
<x>70</x>
<y>50</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>初始化表</string>
</property>
</widget>
<widget class="QPushButton" name="m_pushButton_DB_Delete">
<property name="geometry">
<rect>
<x>70</x>
<y>80</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>删除数据</string>
</property>
</widget>
<widget class="QPushButton" name="m_pushButton_DB_Query">
<property name="geometry">
<rect>
<x>200</x>
<y>50</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>查询数据(普通)</string>
</property>
</widget>
<widget class="QPushButton" name="m_pushButton_DB_Insert">
<property name="geometry">
<rect>
<x>490</x>
<y>50</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>添加数据</string>
</property>
</widget>
<widget class="QTextEdit" name="m_textEdit_Result">
<property name="geometry">
<rect>
<x>60</x>
<y>160</y>
<width>541</width>
<height>441</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_ID_Delete">
<property name="geometry">
<rect>
<x>230</x>
<y>80</y>
<width>61</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>200</x>
<y>80</y>
<width>31</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>ID=</string>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_ID_Update">
<property name="geometry">
<rect>
<x>230</x>
<y>110</y>
<width>61</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>200</x>
<y>110</y>
<width>31</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>ID=</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>300</x>
<y>110</y>
<width>41</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>MSG=</string>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_Msg_Update">
<property name="geometry">
<rect>
<x>340</x>
<y>110</y>
<width>131</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>UpdateMsg</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="m_pushButton_DB_Update">
<property name="geometry">
<rect>
<x>70</x>
<y>110</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>更新数据</string>
</property>
</widget>
<widget class="QPushButton" name="m_pushButton_DB_Query_RecordSet">
<property name="geometry">
<rect>
<x>330</x>
<y>50</y>
<width>150</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>查询数据(数据集)</string>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>