<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DialogDCStabInput</class> <widget class="QDialog" name="DialogDCStabInput"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>558</width> <height>221</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 255, 255);</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>20</number> </property> <item> <widget class="QLabel" name="labelTips"> <property name="font"> <font> <pointsize>9</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <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="QDoubleSpinBox" name="doubleSpinBox"> <property name="decimals"> <number>4</number> </property> <property name="maximum"> <double>1000000.000000000000000</double> </property> </widget> </item> <item> <spacer name="horizontalSpacer_5"> <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="pushButtonRead"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(2, 125, 180); color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>测量</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_6"> <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> <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="pushButtonOK"> <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> </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="pushButtonCancel"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(167, 167, 167); color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>取消</string> </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>