ShowTemperatureListNumberWnd.ui 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowTemperatureListNumberWndClass</class>
  4. <widget class="QWidget" name="ShowTemperatureListNumberWndClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>419</width>
  10. <height>48</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ShowTemperatureListNumberWnd</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <widget class="QWidget" name="layoutWidget">
  20. <property name="geometry">
  21. <rect>
  22. <x>9</x>
  23. <y>9</y>
  24. <width>401</width>
  25. <height>31</height>
  26. </rect>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <item>
  30. <widget class="QLabel" name="numbLabe">
  31. <property name="text">
  32. <string extracomment="温度列表 ID:">Temperature List ID:</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QLineEdit" name="IDlineEdit">
  38. <property name="alignment">
  39. <set>Qt::AlignCenter</set>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <spacer name="horizontalSpacer">
  45. <property name="orientation">
  46. <enum>Qt::Horizontal</enum>
  47. </property>
  48. <property name="sizeType">
  49. <enum>QSizePolicy::Fixed</enum>
  50. </property>
  51. <property name="sizeHint" stdset="0">
  52. <size>
  53. <width>45</width>
  54. <height>20</height>
  55. </size>
  56. </property>
  57. </spacer>
  58. </item>
  59. <item>
  60. <widget class="QPushButton" name="addBut">
  61. <property name="text">
  62. <string>add</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QPushButton" name="delBut">
  68. <property name="text">
  69. <string>del</string>
  70. </property>
  71. </widget>
  72. </item>
  73. </layout>
  74. </widget>
  75. </widget>
  76. <layoutdefault spacing="6" margin="11"/>
  77. <resources/>
  78. <connections/>
  79. </ui>