ShowTemperatureListNumberWnd.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>49</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. <layout class="QHBoxLayout" name="horizontalLayout">
  20. <item>
  21. <widget class="QLabel" name="numbLabe">
  22. <property name="styleSheet">
  23. <string notr="true">background-color: transparent;
  24. border: none;</string>
  25. </property>
  26. <property name="text">
  27. <string extracomment="温度列表 ID:">Temperature List ID:</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QLineEdit" name="IDlineEdit">
  33. <property name="enabled">
  34. <bool>false</bool>
  35. </property>
  36. <property name="sizePolicy">
  37. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  38. <horstretch>0</horstretch>
  39. <verstretch>0</verstretch>
  40. </sizepolicy>
  41. </property>
  42. <property name="alignment">
  43. <set>Qt::AlignCenter</set>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <spacer name="horizontalSpacer">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. <property name="sizeType">
  53. <enum>QSizePolicy::Fixed</enum>
  54. </property>
  55. <property name="sizeHint" stdset="0">
  56. <size>
  57. <width>45</width>
  58. <height>20</height>
  59. </size>
  60. </property>
  61. </spacer>
  62. </item>
  63. <item>
  64. <widget class="QPushButton" name="addBut">
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  67. <horstretch>0</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="cursor">
  72. <cursorShape>PointingHandCursor</cursorShape>
  73. </property>
  74. <property name="toolTip">
  75. <string extracomment="添加">add</string>
  76. </property>
  77. <property name="styleSheet">
  78. <string notr="true">image: url(:/images/Program/addMatrix.png);</string>
  79. </property>
  80. <property name="text">
  81. <string/>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QPushButton" name="delBut">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  89. <horstretch>0</horstretch>
  90. <verstretch>0</verstretch>
  91. </sizepolicy>
  92. </property>
  93. <property name="cursor">
  94. <cursorShape>PointingHandCursor</cursorShape>
  95. </property>
  96. <property name="toolTip">
  97. <string extracomment="删除">delete</string>
  98. </property>
  99. <property name="styleSheet">
  100. <string notr="true">image: url(:/images/Program/deleteOuter.png);</string>
  101. </property>
  102. <property name="text">
  103. <string/>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. <layoutdefault spacing="6" margin="11"/>
  110. <resources/>
  111. <connections/>
  112. </ui>