onedetectplan.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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>352</width>
  16. <height>32</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>352</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>6</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="CustomComboBox" name="comboBox">
  46. <property name="minimumSize">
  47. <size>
  48. <width>82</width>
  49. <height>32</height>
  50. </size>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="TimeWidget" name="timeEdit_start">
  56. <property name="minimumSize">
  57. <size>
  58. <width>106</width>
  59. <height>32</height>
  60. </size>
  61. </property>
  62. <property name="maximumSize">
  63. <size>
  64. <width>94</width>
  65. <height>16777215</height>
  66. </size>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QLabel" name="label">
  72. <property name="minimumSize">
  73. <size>
  74. <width>8</width>
  75. <height>32</height>
  76. </size>
  77. </property>
  78. <property name="maximumSize">
  79. <size>
  80. <width>8</width>
  81. <height>16777215</height>
  82. </size>
  83. </property>
  84. <property name="text">
  85. <string>-</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="TimeWidget" name="timeEdit_end">
  91. <property name="minimumSize">
  92. <size>
  93. <width>106</width>
  94. <height>32</height>
  95. </size>
  96. </property>
  97. <property name="maximumSize">
  98. <size>
  99. <width>94</width>
  100. <height>16777215</height>
  101. </size>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QPushButton" name="pBtn_close">
  107. <property name="minimumSize">
  108. <size>
  109. <width>32</width>
  110. <height>32</height>
  111. </size>
  112. </property>
  113. <property name="maximumSize">
  114. <size>
  115. <width>32</width>
  116. <height>32</height>
  117. </size>
  118. </property>
  119. <property name="text">
  120. <string/>
  121. </property>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. <customwidgets>
  127. <customwidget>
  128. <class>CustomComboBox</class>
  129. <extends>QComboBox</extends>
  130. <header location="global">customcombobox.h</header>
  131. </customwidget>
  132. <customwidget>
  133. <class>TimeWidget</class>
  134. <extends>QTimeEdit</extends>
  135. <header location="global">timewidget.h</header>
  136. </customwidget>
  137. </customwidgets>
  138. <resources/>
  139. <connections/>
  140. </ui>