plancard.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PlanCard</class>
  4. <widget class="QWidget" name="PlanCard">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>340</width>
  10. <height>420</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="spacing">
  18. <number>0</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QWidget" name="widget" native="true">
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <property name="spacing">
  36. <number>0</number>
  37. </property>
  38. <property name="leftMargin">
  39. <number>1</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>12</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>1</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>12</number>
  49. </property>
  50. <item>
  51. <widget class="QLabel" name="label_title">
  52. <property name="minimumSize">
  53. <size>
  54. <width>0</width>
  55. <height>22</height>
  56. </size>
  57. </property>
  58. <property name="maximumSize">
  59. <size>
  60. <width>16777215</width>
  61. <height>22</height>
  62. </size>
  63. </property>
  64. <property name="text">
  65. <string>标题</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <spacer name="verticalSpacer">
  71. <property name="orientation">
  72. <enum>Qt::Vertical</enum>
  73. </property>
  74. <property name="sizeType">
  75. <enum>QSizePolicy::Fixed</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>20</width>
  80. <height>12</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. <item>
  86. <widget class="QWidget" name="widget_tableHeader" native="true">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  89. <horstretch>0</horstretch>
  90. <verstretch>0</verstretch>
  91. </sizepolicy>
  92. </property>
  93. <property name="minimumSize">
  94. <size>
  95. <width>0</width>
  96. <height>32</height>
  97. </size>
  98. </property>
  99. <property name="maximumSize">
  100. <size>
  101. <width>16777215</width>
  102. <height>32</height>
  103. </size>
  104. </property>
  105. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
  106. <property name="spacing">
  107. <number>0</number>
  108. </property>
  109. <property name="leftMargin">
  110. <number>0</number>
  111. </property>
  112. <property name="topMargin">
  113. <number>0</number>
  114. </property>
  115. <property name="rightMargin">
  116. <number>0</number>
  117. </property>
  118. <property name="bottomMargin">
  119. <number>0</number>
  120. </property>
  121. <item>
  122. <widget class="QLabel" name="label_onTime">
  123. <property name="sizePolicy">
  124. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  125. <horstretch>0</horstretch>
  126. <verstretch>0</verstretch>
  127. </sizepolicy>
  128. </property>
  129. <property name="minimumSize">
  130. <size>
  131. <width>0</width>
  132. <height>32</height>
  133. </size>
  134. </property>
  135. <property name="maximumSize">
  136. <size>
  137. <width>16777215</width>
  138. <height>32</height>
  139. </size>
  140. </property>
  141. <property name="text">
  142. <string>开机时间</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QLabel" name="label_offTime">
  148. <property name="sizePolicy">
  149. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  150. <horstretch>0</horstretch>
  151. <verstretch>0</verstretch>
  152. </sizepolicy>
  153. </property>
  154. <property name="minimumSize">
  155. <size>
  156. <width>0</width>
  157. <height>32</height>
  158. </size>
  159. </property>
  160. <property name="maximumSize">
  161. <size>
  162. <width>16777215</width>
  163. <height>32</height>
  164. </size>
  165. </property>
  166. <property name="text">
  167. <string>关机时间</string>
  168. </property>
  169. </widget>
  170. </item>
  171. </layout>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QTableView" name="tableView"/>
  176. </item>
  177. </layout>
  178. </widget>
  179. </item>
  180. </layout>
  181. </widget>
  182. <resources/>
  183. <connections/>
  184. </ui>