ReportClocks.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ReportClocks</class>
  4. <widget class="QDialog" name="ReportClocks">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>413</width>
  10. <height>348</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ReportClocks</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <layout class="QHBoxLayout" name="horizontalLayout">
  21. <item>
  22. <spacer name="horizontalSpacer">
  23. <property name="orientation">
  24. <enum>Qt::Horizontal</enum>
  25. </property>
  26. <property name="sizeHint" stdset="0">
  27. <size>
  28. <width>40</width>
  29. <height>20</height>
  30. </size>
  31. </property>
  32. </spacer>
  33. </item>
  34. <item>
  35. <layout class="QGridLayout" name="gridLayout_2">
  36. <item row="1" column="0">
  37. <widget class="QLabel" name="label_end_point">
  38. <property name="text">
  39. <string>Endpoint Clocks</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="0" column="0">
  44. <widget class="QLabel" name="label">
  45. <property name="text">
  46. <string>Startpoint Clocks</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="2" column="0">
  51. <widget class="QLabel" name="label_exclude">
  52. <property name="text">
  53. <string>Exclude Clocks</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="0" column="1">
  58. <widget class="QLineEdit" name="start_point"/>
  59. </item>
  60. <item row="1" column="1">
  61. <widget class="QLineEdit" name="end_point"/>
  62. </item>
  63. <item row="2" column="1">
  64. <widget class="QLineEdit" name="exclude"/>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <spacer name="horizontalSpacer_2">
  70. <property name="orientation">
  71. <enum>Qt::Horizontal</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>40</width>
  76. <height>20</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. </layout>
  82. </item>
  83. <item>
  84. <layout class="QGridLayout" name="gridLayout_3">
  85. <item row="0" column="1">
  86. <widget class="QCheckBox" name="auto_include">
  87. <property name="text">
  88. <string>Auto Include Generated Clocks</string>
  89. </property>
  90. <property name="checked">
  91. <bool>true</bool>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="1" column="1">
  96. <widget class="QCheckBox" name="include_ascync">
  97. <property name="text">
  98. <string>Include Asynchronous Clock Relations</string>
  99. </property>
  100. <property name="checked">
  101. <bool>true</bool>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="1" column="2">
  106. <spacer name="horizontalSpacer_6">
  107. <property name="orientation">
  108. <enum>Qt::Horizontal</enum>
  109. </property>
  110. <property name="sizeHint" stdset="0">
  111. <size>
  112. <width>40</width>
  113. <height>20</height>
  114. </size>
  115. </property>
  116. </spacer>
  117. </item>
  118. <item row="1" column="0">
  119. <spacer name="horizontalSpacer_5">
  120. <property name="orientation">
  121. <enum>Qt::Horizontal</enum>
  122. </property>
  123. <property name="sizeHint" stdset="0">
  124. <size>
  125. <width>40</width>
  126. <height>20</height>
  127. </size>
  128. </property>
  129. </spacer>
  130. </item>
  131. </layout>
  132. </item>
  133. <item>
  134. <layout class="QHBoxLayout" name="horizontalLayout_2">
  135. <item>
  136. <spacer name="horizontalSpacer_3">
  137. <property name="orientation">
  138. <enum>Qt::Horizontal</enum>
  139. </property>
  140. <property name="sizeHint" stdset="0">
  141. <size>
  142. <width>40</width>
  143. <height>20</height>
  144. </size>
  145. </property>
  146. </spacer>
  147. </item>
  148. <item>
  149. <widget class="QPushButton" name="btn_ok">
  150. <property name="text">
  151. <string>OK</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item>
  156. <widget class="QPushButton" name="btn_cancel">
  157. <property name="text">
  158. <string>Cancel</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <spacer name="horizontalSpacer_4">
  164. <property name="orientation">
  165. <enum>Qt::Horizontal</enum>
  166. </property>
  167. <property name="sizeHint" stdset="0">
  168. <size>
  169. <width>40</width>
  170. <height>20</height>
  171. </size>
  172. </property>
  173. </spacer>
  174. </item>
  175. </layout>
  176. </item>
  177. </layout>
  178. </item>
  179. </layout>
  180. </widget>
  181. <resources/>
  182. <connections>
  183. <connection>
  184. <sender>btn_cancel</sender>
  185. <signal>clicked()</signal>
  186. <receiver>ReportClocks</receiver>
  187. <slot>close()</slot>
  188. <hints>
  189. <hint type="sourcelabel">
  190. <x>173</x>
  191. <y>148</y>
  192. </hint>
  193. <hint type="destinationlabel">
  194. <x>132</x>
  195. <y>88</y>
  196. </hint>
  197. </hints>
  198. </connection>
  199. </connections>
  200. </ui>