plancard.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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="leftMargin">
  18. <number>12</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>12</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>12</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>12</number>
  28. </property>
  29. <item>
  30. <widget class="QLabel" name="label_title">
  31. <property name="minimumSize">
  32. <size>
  33. <width>0</width>
  34. <height>22</height>
  35. </size>
  36. </property>
  37. <property name="maximumSize">
  38. <size>
  39. <width>16777215</width>
  40. <height>22</height>
  41. </size>
  42. </property>
  43. <property name="text">
  44. <string>标题</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QWidget" name="widget_2" native="true">
  50. <property name="sizePolicy">
  51. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  52. <horstretch>0</horstretch>
  53. <verstretch>0</verstretch>
  54. </sizepolicy>
  55. </property>
  56. <property name="minimumSize">
  57. <size>
  58. <width>0</width>
  59. <height>32</height>
  60. </size>
  61. </property>
  62. <property name="maximumSize">
  63. <size>
  64. <width>16777215</width>
  65. <height>32</height>
  66. </size>
  67. </property>
  68. <layout class="QHBoxLayout" name="horizontalLayout">
  69. <property name="spacing">
  70. <number>0</number>
  71. </property>
  72. <property name="leftMargin">
  73. <number>0</number>
  74. </property>
  75. <property name="topMargin">
  76. <number>0</number>
  77. </property>
  78. <property name="rightMargin">
  79. <number>0</number>
  80. </property>
  81. <property name="bottomMargin">
  82. <number>0</number>
  83. </property>
  84. <item>
  85. <widget class="QLabel" name="label_onTime">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. <property name="minimumSize">
  93. <size>
  94. <width>0</width>
  95. <height>32</height>
  96. </size>
  97. </property>
  98. <property name="maximumSize">
  99. <size>
  100. <width>16777215</width>
  101. <height>32</height>
  102. </size>
  103. </property>
  104. <property name="text">
  105. <string>开机时间</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QLabel" name="label_offTime">
  111. <property name="sizePolicy">
  112. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  113. <horstretch>0</horstretch>
  114. <verstretch>0</verstretch>
  115. </sizepolicy>
  116. </property>
  117. <property name="minimumSize">
  118. <size>
  119. <width>0</width>
  120. <height>32</height>
  121. </size>
  122. </property>
  123. <property name="maximumSize">
  124. <size>
  125. <width>16777215</width>
  126. <height>32</height>
  127. </size>
  128. </property>
  129. <property name="text">
  130. <string>关机时间</string>
  131. </property>
  132. </widget>
  133. </item>
  134. </layout>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QTableView" name="tableView"/>
  139. </item>
  140. </layout>
  141. </widget>
  142. <resources/>
  143. <connections/>
  144. </ui>