12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ShowTempPage</class>
- <widget class="QWidget" name="ShowTempPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>460</width>
- <height>900</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</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="serialNumberList">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>77</y>
- <width>441</width>
- <height>221</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="addBut">
- <property name="geometry">
- <rect>
- <x>373</x>
- <y>50</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QTabWidget" name="praTabWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>310</y>
- <width>441</width>
- <height>390</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="saveAllBut">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>50</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>save all</string>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>JListWidget</class>
- <extends>QListWidget</extends>
- <header location="global">Src/RewriteControl/JListWidget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|