12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ShowTemperatureListNumberWndClass</class>
- <widget class="QWidget" name="ShowTemperatureListNumberWndClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>419</width>
- <height>48</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>ShowTemperatureListNumberWnd</string>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>9</x>
- <y>9</y>
- <width>401</width>
- <height>31</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="numbLabe">
- <property name="text">
- <string extracomment="温度列表 ID:">Temperature List ID:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="IDlineEdit">
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Fixed</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>45</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="addBut">
- <property name="text">
- <string>add</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="delBut">
- <property name="text">
- <string>del</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|