ShowTempPage.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowTempPage</class>
  4. <widget class="QWidget" name="ShowTempPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>460</width>
  10. <height>900</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</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="serialNumberList">
  39. <property name="geometry">
  40. <rect>
  41. <x>10</x>
  42. <y>77</y>
  43. <width>441</width>
  44. <height>221</height>
  45. </rect>
  46. </property>
  47. </widget>
  48. <widget class="QPushButton" name="addBut">
  49. <property name="geometry">
  50. <rect>
  51. <x>373</x>
  52. <y>50</y>
  53. <width>75</width>
  54. <height>23</height>
  55. </rect>
  56. </property>
  57. <property name="text">
  58. <string>Add</string>
  59. </property>
  60. </widget>
  61. <widget class="QTabWidget" name="praTabWidget">
  62. <property name="geometry">
  63. <rect>
  64. <x>10</x>
  65. <y>310</y>
  66. <width>441</width>
  67. <height>390</height>
  68. </rect>
  69. </property>
  70. </widget>
  71. <widget class="QPushButton" name="saveAllBut">
  72. <property name="geometry">
  73. <rect>
  74. <x>280</x>
  75. <y>50</y>
  76. <width>75</width>
  77. <height>23</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>save all</string>
  82. </property>
  83. </widget>
  84. </widget>
  85. <customwidgets>
  86. <customwidget>
  87. <class>JListWidget</class>
  88. <extends>QListWidget</extends>
  89. <header location="global">Src/RewriteControl/JListWidget.h</header>
  90. </customwidget>
  91. </customwidgets>
  92. <resources/>
  93. <connections/>
  94. </ui>