ReportClocks.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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>277</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="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="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="lineEdit_2"/>
  62. </item>
  63. <item row="2" column="1">
  64. <widget class="QLineEdit" name="lineEdit_3"/>
  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. <widget class="QCheckBox" name="auto_include">
  85. <property name="text">
  86. <string>Auto Include Generated Clocks</string>
  87. </property>
  88. <property name="checked">
  89. <bool>true</bool>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QCheckBox" name="include_ascync">
  95. <property name="text">
  96. <string>Include Asynchronous Clock Relations</string>
  97. </property>
  98. <property name="checked">
  99. <bool>true</bool>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <layout class="QHBoxLayout" name="horizontalLayout_2">
  105. <item>
  106. <spacer name="horizontalSpacer_3">
  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>
  119. <widget class="QPushButton" name="btn_ok">
  120. <property name="text">
  121. <string>OK</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QPushButton" name="btn_cancel">
  127. <property name="text">
  128. <string>Cancel</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <spacer name="horizontalSpacer_4">
  134. <property name="orientation">
  135. <enum>Qt::Horizontal</enum>
  136. </property>
  137. <property name="sizeHint" stdset="0">
  138. <size>
  139. <width>40</width>
  140. <height>20</height>
  141. </size>
  142. </property>
  143. </spacer>
  144. </item>
  145. </layout>
  146. </item>
  147. <item>
  148. <spacer name="verticalSpacer">
  149. <property name="orientation">
  150. <enum>Qt::Vertical</enum>
  151. </property>
  152. <property name="sizeHint" stdset="0">
  153. <size>
  154. <width>20</width>
  155. <height>40</height>
  156. </size>
  157. </property>
  158. </spacer>
  159. </item>
  160. </layout>
  161. </item>
  162. </layout>
  163. </widget>
  164. <resources/>
  165. <connections>
  166. <connection>
  167. <sender>btn_cancel</sender>
  168. <signal>clicked()</signal>
  169. <receiver>ReportClocks</receiver>
  170. <slot>close()</slot>
  171. <hints>
  172. <hint type="sourcelabel">
  173. <x>173</x>
  174. <y>148</y>
  175. </hint>
  176. <hint type="destinationlabel">
  177. <x>132</x>
  178. <y>88</y>
  179. </hint>
  180. </hints>
  181. </connection>
  182. </connections>
  183. </ui>