onedetectplan.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OneDetectPlan</class>
  4. <widget class="QWidget" name="OneDetectPlan">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>352</width>
  10. <height>32</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>344</width>
  16. <height>32</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>16777215</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <property name="spacing">
  30. <number>4</number>
  31. </property>
  32. <property name="leftMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="topMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="rightMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="bottomMargin">
  42. <number>0</number>
  43. </property>
  44. <item>
  45. <widget class="QWidget" name="widget" native="true">
  46. <property name="minimumSize">
  47. <size>
  48. <width>104</width>
  49. <height>32</height>
  50. </size>
  51. </property>
  52. <widget class="CustomComboBox" name="comboBox">
  53. <property name="geometry">
  54. <rect>
  55. <x>0</x>
  56. <y>0</y>
  57. <width>112</width>
  58. <height>32</height>
  59. </rect>
  60. </property>
  61. <property name="minimumSize">
  62. <size>
  63. <width>104</width>
  64. <height>32</height>
  65. </size>
  66. </property>
  67. <property name="maximumSize">
  68. <size>
  69. <width>112</width>
  70. <height>32</height>
  71. </size>
  72. </property>
  73. </widget>
  74. <widget class="QDateEdit" name="dateEdit">
  75. <property name="geometry">
  76. <rect>
  77. <x>0</x>
  78. <y>0</y>
  79. <width>112</width>
  80. <height>32</height>
  81. </rect>
  82. </property>
  83. <property name="minimumSize">
  84. <size>
  85. <width>104</width>
  86. <height>32</height>
  87. </size>
  88. </property>
  89. <property name="maximumSize">
  90. <size>
  91. <width>112</width>
  92. <height>32</height>
  93. </size>
  94. </property>
  95. </widget>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QWidget" name="widget_timeStart" native="true">
  100. <property name="minimumSize">
  101. <size>
  102. <width>94</width>
  103. <height>32</height>
  104. </size>
  105. </property>
  106. <property name="maximumSize">
  107. <size>
  108. <width>94</width>
  109. <height>32</height>
  110. </size>
  111. </property>
  112. <widget class="QPushButton" name="pBtn_timeStart">
  113. <property name="geometry">
  114. <rect>
  115. <x>0</x>
  116. <y>0</y>
  117. <width>94</width>
  118. <height>32</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string/>
  123. </property>
  124. </widget>
  125. <widget class="QPushButton" name="pBtn_timeStartIcon">
  126. <property name="geometry">
  127. <rect>
  128. <x>70</x>
  129. <y>8</y>
  130. <width>16</width>
  131. <height>16</height>
  132. </rect>
  133. </property>
  134. <property name="text">
  135. <string/>
  136. </property>
  137. </widget>
  138. </widget>
  139. </item>
  140. <item>
  141. <widget class="QLabel" name="label">
  142. <property name="minimumSize">
  143. <size>
  144. <width>4</width>
  145. <height>32</height>
  146. </size>
  147. </property>
  148. <property name="maximumSize">
  149. <size>
  150. <width>8</width>
  151. <height>16777215</height>
  152. </size>
  153. </property>
  154. <property name="text">
  155. <string>-</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item>
  160. <widget class="QWidget" name="widget_timeEnd" native="true">
  161. <property name="minimumSize">
  162. <size>
  163. <width>94</width>
  164. <height>32</height>
  165. </size>
  166. </property>
  167. <property name="maximumSize">
  168. <size>
  169. <width>94</width>
  170. <height>32</height>
  171. </size>
  172. </property>
  173. <widget class="QPushButton" name="pBtn_timeEnd">
  174. <property name="geometry">
  175. <rect>
  176. <x>0</x>
  177. <y>0</y>
  178. <width>94</width>
  179. <height>32</height>
  180. </rect>
  181. </property>
  182. <property name="text">
  183. <string/>
  184. </property>
  185. </widget>
  186. <widget class="QPushButton" name="pBtn_timeEndIcon">
  187. <property name="geometry">
  188. <rect>
  189. <x>70</x>
  190. <y>8</y>
  191. <width>16</width>
  192. <height>16</height>
  193. </rect>
  194. </property>
  195. <property name="text">
  196. <string/>
  197. </property>
  198. </widget>
  199. </widget>
  200. </item>
  201. <item>
  202. <widget class="QPushButton" name="pBtn_close">
  203. <property name="minimumSize">
  204. <size>
  205. <width>32</width>
  206. <height>32</height>
  207. </size>
  208. </property>
  209. <property name="maximumSize">
  210. <size>
  211. <width>32</width>
  212. <height>32</height>
  213. </size>
  214. </property>
  215. <property name="text">
  216. <string/>
  217. </property>
  218. </widget>
  219. </item>
  220. </layout>
  221. </widget>
  222. <customwidgets>
  223. <customwidget>
  224. <class>CustomComboBox</class>
  225. <extends>QComboBox</extends>
  226. <header location="global">customcombobox.h</header>
  227. </customwidget>
  228. </customwidgets>
  229. <resources/>
  230. <connections/>
  231. </ui>