1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ShowTemperaturePageClass</class>
- <widget class="QWidget" name="ShowTemperaturePageClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>460</width>
- <height>914</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>ShowTemperaturePage</string>
- </property>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>441</width>
- <height>31</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string extracomment="温度列表Id">Temperature List Id</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="idListComboBox"/>
- </item>
- </layout>
- </widget>
- <widget class="JListWidget" name="showlist">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>330</y>
- <width>441</width>
- <height>571</height>
- </rect>
- </property>
- </widget>
- <widget class="JListWidget" name="SerialNumberList">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>441</width>
- <height>221</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="addBut">
- <property name="geometry">
- <rect>
- <x>371</x>
- <y>43</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QPushButton" name="addValBut">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>300</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <customwidgets>
- <customwidget>
- <class>JListWidget</class>
- <extends>QListWidget</extends>
- <header location="global">Src/RewriteControl/JListWidget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|