New file |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <ui version="4.0"> |
| | | <class>SearchInfo</class> |
| | | <widget class="QMainWindow" name="SearchInfo"> |
| | | <property name="geometry"> |
| | | <rect> |
| | | <x>0</x> |
| | | <y>0</y> |
| | | <width>800</width> |
| | | <height>600</height> |
| | | </rect> |
| | | </property> |
| | | <property name="windowTitle"> |
| | | <string>MainWindow</string> |
| | | </property> |
| | | <widget class="QWidget" name="centralwidget"> |
| | | <layout class="QGridLayout" name="gridLayout"> |
| | | <item row="0" column="0"> |
| | | <widget class="QGroupBox" name="groupBox"> |
| | | <property name="title"> |
| | | <string>信息查询</string> |
| | | </property> |
| | | <layout class="QHBoxLayout" name="horizontalLayout"> |
| | | <item> |
| | | <widget class="QLabel" name="label"> |
| | | <property name="text"> |
| | | <string>查询条件</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QComboBox" name="comboBox"> |
| | | <item> |
| | | <property name="text"> |
| | | <string>审计项目</string> |
| | | </property> |
| | | </item> |
| | | <item> |
| | | <property name="text"> |
| | | <string>问题金额</string> |
| | | </property> |
| | | </item> |
| | | <item> |
| | | <property name="text"> |
| | | <string>问题整改</string> |
| | | </property> |
| | | </item> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <spacer name="horizontalSpacer"> |
| | | <property name="orientation"> |
| | | <enum>Qt::Horizontal</enum> |
| | | </property> |
| | | <property name="sizeHint" stdset="0"> |
| | | <size> |
| | | <width>40</width> |
| | | <height>20</height> |
| | | </size> |
| | | </property> |
| | | </spacer> |
| | | </item> |
| | | <item> |
| | | <widget class="QLabel" name="label_2"> |
| | | <property name="text"> |
| | | <string>从</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QDateTimeEdit" name="dateTimeEdit"> |
| | | <property name="calendarPopup"> |
| | | <bool>true</bool> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QLabel" name="label_3"> |
| | | <property name="text"> |
| | | <string>到</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QDateTimeEdit" name="dateTimeEdit_2"> |
| | | <property name="calendarPopup"> |
| | | <bool>true</bool> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <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> |
| | | <item> |
| | | <widget class="QPushButton" name="pushButton"> |
| | | <property name="text"> |
| | | <string>查询</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | </layout> |
| | | </widget> |
| | | </item> |
| | | <item row="1" column="0"> |
| | | <widget class="QTableView" name="tableView"/> |
| | | </item> |
| | | </layout> |
| | | </widget> |
| | | <widget class="QMenuBar" name="menubar"> |
| | | <property name="geometry"> |
| | | <rect> |
| | | <x>0</x> |
| | | <y>0</y> |
| | | <width>800</width> |
| | | <height>26</height> |
| | | </rect> |
| | | </property> |
| | | </widget> |
| | | <widget class="QStatusBar" name="statusbar"/> |
| | | </widget> |
| | | <resources/> |
| | | <connections/> |
| | | </ui> |