<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DeptTaskForm</class> <widget class="QWidget" name="DeptTaskForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1531</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>20</number> </property> <property name="topMargin"> <number>20</number> </property> <property name="rightMargin"> <number>20</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QWidget" name="wdgtQueryBox" native="true"> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>10</number> </property> <property name="leftMargin"> <number>10</number> </property> <property name="topMargin"> <number>10</number> </property> <property name="rightMargin"> <number>10</number> </property> <property name="bottomMargin"> <number>10</number> </property> <item> <widget class="QLineEdit" name="inputDevName"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>150</width> <height>36</height> </size> </property> <property name="text"> <string/> </property> <property name="placeholderText"> <string>受检设备名称</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="inputDevModel"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>150</width> <height>36</height> </size> </property> <property name="placeholderText"> <string>规格型号</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="inputCustomer"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>150</width> <height>36</height> </size> </property> <property name="placeholderText"> <string>委托方</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>20</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelCalibrationTime"> <property name="minimumSize"> <size> <width>0</width> <height>36</height> </size> </property> <property name="text"> <string>要求检完时间</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="inputStartDate"> <property name="minimumSize"> <size> <width>150</width> <height>36</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>至</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="inputEndDate"> <property name="minimumSize"> <size> <width>150</width> <height>36</height> </size> </property> </widget> </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>20</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QComboBox" name="selectStatus"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>150</width> <height>36</height> </size> </property> </widget> </item> <item> <widget class="QComboBox" name="selectUrgent"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>120</width> <height>36</height> </size> </property> </widget> </item> <item> <spacer name="spacerQuery"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>130</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QToolButton" name="btnQuery"> <property name="minimumSize"> <size> <width>120</width> <height>36</height> </size> </property> <property name="text"> <string>查询</string> </property> </widget> </item> <item> <widget class="QToolButton" name="btnResetQuery"> <property name="minimumSize"> <size> <width>120</width> <height>36</height> </size> </property> <property name="text"> <string>重置</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="wdgtPagedTable" native="true"> <layout class="QVBoxLayout" name="verticalLayout"> <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="QPagedTable" name="tableDeptTask"/> </item> </layout> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>QPagedTable</class> <extends>QWidget</extends> <header>QPagedTable/QPagedTable.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>