ondetectplan.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OnDetectPlan</class>
  4. <widget class="QWidget" name="OnDetectPlan">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>344</width>
  10. <height>32</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>32</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <property name="leftMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>0</number>
  34. </property>
  35. <item>
  36. <widget class="CustomComboBox" name="comboBox">
  37. <property name="minimumSize">
  38. <size>
  39. <width>100</width>
  40. <height>32</height>
  41. </size>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="TimeWidget" name="timeEdit_start">
  47. <property name="minimumSize">
  48. <size>
  49. <width>94</width>
  50. <height>32</height>
  51. </size>
  52. </property>
  53. <property name="maximumSize">
  54. <size>
  55. <width>94</width>
  56. <height>16777215</height>
  57. </size>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QLabel" name="label">
  63. <property name="minimumSize">
  64. <size>
  65. <width>8</width>
  66. <height>32</height>
  67. </size>
  68. </property>
  69. <property name="maximumSize">
  70. <size>
  71. <width>8</width>
  72. <height>16777215</height>
  73. </size>
  74. </property>
  75. <property name="text">
  76. <string>-</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="TimeWidget" name="timeEdit_end">
  82. <property name="minimumSize">
  83. <size>
  84. <width>94</width>
  85. <height>32</height>
  86. </size>
  87. </property>
  88. <property name="maximumSize">
  89. <size>
  90. <width>94</width>
  91. <height>16777215</height>
  92. </size>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QPushButton" name="pBtn_close">
  98. <property name="minimumSize">
  99. <size>
  100. <width>32</width>
  101. <height>32</height>
  102. </size>
  103. </property>
  104. <property name="maximumSize">
  105. <size>
  106. <width>32</width>
  107. <height>32</height>
  108. </size>
  109. </property>
  110. <property name="text">
  111. <string/>
  112. </property>
  113. </widget>
  114. </item>
  115. </layout>
  116. </widget>
  117. <customwidgets>
  118. <customwidget>
  119. <class>CustomComboBox</class>
  120. <extends>QComboBox</extends>
  121. <header location="global">customcombobox.h</header>
  122. </customwidget>
  123. <customwidget>
  124. <class>TimeWidget</class>
  125. <extends>QTimeEdit</extends>
  126. <header location="global">timewidget.h</header>
  127. </customwidget>
  128. </customwidgets>
  129. <resources/>
  130. <connections/>
  131. </ui>