<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DialogCheckResult</class> <widget class="QDialog" name="DialogCheckResult"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>959</width> <height>723</height> </rect> </property> <property name="windowTitle"> <string>结果保存</string> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 255, 255);</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <property name="modal"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QWidget" name="widget" native="true"> <property name="styleSheet"> <string notr="true">background-color: rgb(51, 69, 130);</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>10</number> </property> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="styleSheet"> <string notr="true">image: url(:/image/Index/u1176.svg);</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="label_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>18</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>结果保存</string> </property> </widget> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>检定基本信息</string> </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="QPushButton" name="pushButton"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(100, 132, 68); color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>打印标识</string> </property> <property name="icon"> <iconset> <normalon>:/image/Index/u1180.svg</normalon> </iconset> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>环境温度:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="lineEdit"/> </item> <item row="0" column="2"> <widget class="QLabel" name="label_6"> <property name="text"> <string>环境湿度:</string> </property> </widget> </item> <item row="0" column="3"> <widget class="QLineEdit" name="lineEdit_2"/> </item> <item row="0" column="4"> <widget class="QLabel" name="label_7"> <property name="text"> <string>检定日期:</string> </property> </widget> </item> <item row="0" column="5"> <widget class="QDateEdit" name="dateEdit"/> </item> <item row="0" column="6"> <widget class="QLabel" name="label_8"> <property name="text"> <string>检定有效期至:</string> </property> </widget> </item> <item row="0" column="7"> <widget class="QDateEdit" name="dateEdit_2"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>检定地点:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="comboBox"/> </item> <item row="1" column="2"> <widget class="QLabel" name="label_10"> <property name="text"> <string>检定员:</string> </property> </widget> </item> <item row="1" column="3"> <widget class="QComboBox" name="comboBox_2"/> </item> <item row="1" column="4"> <widget class="QLabel" name="label_11"> <property name="text"> <string>介质:</string> </property> </widget> </item> <item row="1" column="5"> <widget class="QComboBox" name="comboBox_3"/> </item> <item row="1" column="6"> <widget class="QLabel" name="label_12"> <property name="text"> <string>结论:</string> </property> </widget> </item> <item row="1" column="7"> <widget class="QLineEdit" name="lineEdit_3"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_13"> <property name="text"> <string>限用说明:</string> </property> </widget> </item> <item row="2" column="1" colspan="7"> <widget class="QLineEdit" name="lineEdit_4"/> </item> </layout> </item> <item> <widget class="QLabel" name="label_4"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>检定结果信息</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="tableWidget"> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <column> <property name="text"> <string>新建列</string> </property> </column> <column> <property name="text"> <string>量/单位</string> </property> </column> <column> <property name="text"> <string>量程</string> </property> </column> <column> <property name="text"> <string>新建列</string> </property> </column> <column> <property name="text"> <string>检定点</string> </property> </column> <column> <property name="text"> <string>测试值</string> </property> </column> <column> <property name="text"> <string>备注</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <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_2"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(51, 69, 130); color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>预览</string> </property> <property name="icon"> <iconset> <normalon>:/image/Index/u1220.svg</normalon> </iconset> </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>100</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_3"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(51, 69, 130); color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>保存</string> </property> <property name="icon"> <iconset> <normalon>:/image/Index/u1180.svg</normalon> </iconset> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>