<?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>1020</width>
|
<height>665</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<layout class="QGridLayout" name="gridLayout_2">
|
<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>
|
<item>
|
<property name="text">
|
<string>问题个数</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>问题整改</string>
|
</property>
|
</item>
|
<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>
|
<widget class="QDateEdit" name="dateEdit_begin">
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="dateTime">
|
<datetime>
|
<hour>0</hour>
|
<minute>0</minute>
|
<second>0</second>
|
<year>2023</year>
|
<month>1</month>
|
<day>1</day>
|
</datetime>
|
</property>
|
<property name="calendarPopup">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_2">
|
<property name="text">
|
<string>到</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QDateEdit" name="dateEdit_end">
|
<property name="calendarPopup">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QCheckBox" name="checkBox">
|
<property name="text">
|
<string>查询时间</string>
|
</property>
|
<property name="checked">
|
<bool>true</bool>
|
</property>
|
<property name="tristate">
|
<bool>false</bool>
|
</property>
|
</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_4">
|
<property name="text">
|
<string>单位名称:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_company">
|
<item>
|
<property name="text">
|
<string>公司名称</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_export">
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(170, 255, 127);</string>
|
</property>
|
<property name="text">
|
<string>导出表格</string>
|
</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_search">
|
<property name="text">
|
<string>查询</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QGroupBox" name="groupBox_2">
|
<property name="title">
|
<string>导出设置</string>
|
</property>
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="0" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<item>
|
<widget class="QToolButton" name="toolButton_seleceExcel">
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(170, 255, 127);</string>
|
</property>
|
<property name="text">
|
<string>选择表格模板</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_excel_path">
|
<property name="minimumSize">
|
<size>
|
<width>300</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item row="1" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<item>
|
<widget class="QLabel" name="label_3">
|
<property name="text">
|
<string>保存位置</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="lineEdit_excel_save">
|
<property name="minimumSize">
|
<size>
|
<width>300</width>
|
<height>0</height>
|
</size>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item row="2" 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>1020</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|