ReportVirtualTiming.ui 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ReportVirtualTiming</class>
  4. <widget class="QDialog" name="ReportVirtualTiming">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>429</width>
  10. <height>297</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Report Virtual Timing</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="0">
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <spacer name="horizontalSpacer">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. <property name="sizeType">
  25. <enum>QSizePolicy::Maximum</enum>
  26. </property>
  27. <property name="sizeHint" stdset="0">
  28. <size>
  29. <width>30</width>
  30. <height>20</height>
  31. </size>
  32. </property>
  33. </spacer>
  34. </item>
  35. <item>
  36. <layout class="QVBoxLayout" name="verticalLayout">
  37. <item>
  38. <layout class="QGridLayout" name="gridLayout">
  39. <property name="verticalSpacing">
  40. <number>6</number>
  41. </property>
  42. <item row="2" column="3">
  43. <widget class="QLineEdit" name="lineEdit_to"/>
  44. </item>
  45. <item row="2" column="2">
  46. <widget class="QComboBox" name="comboBox_to">
  47. <item>
  48. <property name="text">
  49. <string/>
  50. </property>
  51. </item>
  52. <item>
  53. <property name="text">
  54. <string>Clocks</string>
  55. </property>
  56. </item>
  57. <item>
  58. <property name="text">
  59. <string>Pins</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string>Registers</string>
  65. </property>
  66. </item>
  67. </widget>
  68. </item>
  69. <item row="0" column="3">
  70. <widget class="QLineEdit" name="lineEdit_from"/>
  71. </item>
  72. <item row="1" column="1">
  73. <widget class="QLabel" name="label_2">
  74. <property name="text">
  75. <string>Through</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item row="1" column="2">
  80. <widget class="QComboBox" name="comboBox_through">
  81. <item>
  82. <property name="text">
  83. <string/>
  84. </property>
  85. </item>
  86. <item>
  87. <property name="text">
  88. <string>Pins</string>
  89. </property>
  90. </item>
  91. </widget>
  92. </item>
  93. <item row="2" column="1">
  94. <widget class="QLabel" name="label_3">
  95. <property name="text">
  96. <string>To</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="1" column="3">
  101. <widget class="QLineEdit" name="lineEdit_through"/>
  102. </item>
  103. <item row="0" column="1">
  104. <widget class="QLabel" name="label">
  105. <property name="text">
  106. <string>From</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="0" column="2">
  111. <widget class="QComboBox" name="comboBox_from">
  112. <item>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. </item>
  117. <item>
  118. <property name="text">
  119. <string>Clocks</string>
  120. </property>
  121. </item>
  122. <item>
  123. <property name="text">
  124. <string>Pins</string>
  125. </property>
  126. </item>
  127. <item>
  128. <property name="text">
  129. <string>Registers</string>
  130. </property>
  131. </item>
  132. </widget>
  133. </item>
  134. </layout>
  135. </item>
  136. <item alignment="Qt::AlignHCenter">
  137. <widget class="QCheckBox" name="Flat">
  138. <property name="text">
  139. <string>Flat Search</string>
  140. </property>
  141. <property name="checked">
  142. <bool>true</bool>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <layout class="QHBoxLayout" name="horizontalLayout_2">
  148. <item>
  149. <widget class="QLabel" name="label_Endpoint">
  150. <property name="text">
  151. <string>Endpoint Limit</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item>
  156. <widget class="QLineEdit" name="lineEdit_endpoint"/>
  157. </item>
  158. </layout>
  159. </item>
  160. <item>
  161. <layout class="QHBoxLayout" name="horizontalLayout_3">
  162. <item>
  163. <spacer name="horizontalSpacer_3">
  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. <item>
  176. <widget class="QPushButton" name="btn_ok">
  177. <property name="text">
  178. <string>OK</string>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QPushButton" name="btn_cancel">
  184. <property name="text">
  185. <string>Cancel</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <spacer name="horizontalSpacer_4">
  191. <property name="orientation">
  192. <enum>Qt::Horizontal</enum>
  193. </property>
  194. <property name="sizeHint" stdset="0">
  195. <size>
  196. <width>40</width>
  197. <height>20</height>
  198. </size>
  199. </property>
  200. </spacer>
  201. </item>
  202. </layout>
  203. </item>
  204. </layout>
  205. </item>
  206. <item>
  207. <spacer name="horizontalSpacer_2">
  208. <property name="orientation">
  209. <enum>Qt::Horizontal</enum>
  210. </property>
  211. <property name="sizeType">
  212. <enum>QSizePolicy::Maximum</enum>
  213. </property>
  214. <property name="sizeHint" stdset="0">
  215. <size>
  216. <width>30</width>
  217. <height>20</height>
  218. </size>
  219. </property>
  220. </spacer>
  221. </item>
  222. </layout>
  223. </item>
  224. </layout>
  225. </widget>
  226. <resources/>
  227. <connections>
  228. <connection>
  229. <sender>btn_cancel</sender>
  230. <signal>clicked()</signal>
  231. <receiver>ReportVirtualTiming</receiver>
  232. <slot>close()</slot>
  233. <hints>
  234. <hint type="sourcelabel">
  235. <x>199</x>
  236. <y>190</y>
  237. </hint>
  238. <hint type="destinationlabel">
  239. <x>158</x>
  240. <y>112</y>
  241. </hint>
  242. </hints>
  243. </connection>
  244. </connections>
  245. </ui>