ShowTemperaturePage.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowTemperaturePageClass</class>
  4. <widget class="QWidget" name="ShowTemperaturePageClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>460</width>
  10. <height>914</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ShowTemperaturePage</string>
  15. </property>
  16. <widget class="QWidget" name="layoutWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>441</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="text">
  29. <string extracomment="温度列表Id">Temperature List Id</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QComboBox" name="idListComboBox"/>
  35. </item>
  36. </layout>
  37. </widget>
  38. <widget class="JListWidget" name="showlist">
  39. <property name="geometry">
  40. <rect>
  41. <x>10</x>
  42. <y>330</y>
  43. <width>441</width>
  44. <height>571</height>
  45. </rect>
  46. </property>
  47. </widget>
  48. <widget class="JListWidget" name="SerialNumberList">
  49. <property name="geometry">
  50. <rect>
  51. <x>10</x>
  52. <y>70</y>
  53. <width>441</width>
  54. <height>221</height>
  55. </rect>
  56. </property>
  57. </widget>
  58. <widget class="QPushButton" name="addBut">
  59. <property name="geometry">
  60. <rect>
  61. <x>371</x>
  62. <y>43</y>
  63. <width>75</width>
  64. <height>23</height>
  65. </rect>
  66. </property>
  67. <property name="text">
  68. <string>Add</string>
  69. </property>
  70. </widget>
  71. <widget class="QPushButton" name="addValBut">
  72. <property name="geometry">
  73. <rect>
  74. <x>370</x>
  75. <y>300</y>
  76. <width>75</width>
  77. <height>23</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>Add</string>
  82. </property>
  83. </widget>
  84. </widget>
  85. <layoutdefault spacing="6" margin="11"/>
  86. <customwidgets>
  87. <customwidget>
  88. <class>JListWidget</class>
  89. <extends>QListWidget</extends>
  90. <header location="global">Src/RewriteControl/JListWidget.h</header>
  91. </customwidget>
  92. </customwidgets>
  93. <resources/>
  94. <connections/>
  95. </ui>