Elaborate.ui 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Elaborate</class>
  4. <widget class="QDialog" name="Elaborate">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>419</width>
  10. <height>193</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Elaborate</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="img.qrc">
  18. <normaloff>:/icon/resource/Elaborate.png</normaloff>:/icon/resource/Elaborate.png</iconset>
  19. </property>
  20. <layout class="QGridLayout" name="gridLayout">
  21. <item row="0" column="0">
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <spacer name="verticalSpacer_2">
  25. <property name="orientation">
  26. <enum>Qt::Vertical</enum>
  27. </property>
  28. <property name="sizeHint" stdset="0">
  29. <size>
  30. <width>20</width>
  31. <height>40</height>
  32. </size>
  33. </property>
  34. </spacer>
  35. </item>
  36. <item>
  37. <layout class="QHBoxLayout" name="horizontalLayout">
  38. <item>
  39. <spacer name="horizontalSpacer">
  40. <property name="orientation">
  41. <enum>Qt::Horizontal</enum>
  42. </property>
  43. <property name="sizeType">
  44. <enum>QSizePolicy::Expanding</enum>
  45. </property>
  46. <property name="sizeHint" stdset="0">
  47. <size>
  48. <width>30</width>
  49. <height>20</height>
  50. </size>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item>
  55. <layout class="QVBoxLayout" name="verticalLayout_2">
  56. <item>
  57. <widget class="QRadioButton" name="radioButton">
  58. <property name="text">
  59. <string>Top Design</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QRadioButton" name="radioButton_2">
  65. <property name="enabled">
  66. <bool>false</bool>
  67. </property>
  68. <property name="text">
  69. <string>Configuration</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QRadioButton" name="radioButton_4">
  75. <property name="text">
  76. <string>Auto Infer Top Design</string>
  77. </property>
  78. <property name="checked">
  79. <bool>true</bool>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </item>
  85. <item>
  86. <layout class="QVBoxLayout" name="verticalLayout_4">
  87. <item>
  88. <widget class="QLineEdit" name="top_edit">
  89. <property name="sizePolicy">
  90. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  91. <horstretch>0</horstretch>
  92. <verstretch>0</verstretch>
  93. </sizepolicy>
  94. </property>
  95. <property name="minimumSize">
  96. <size>
  97. <width>200</width>
  98. <height>0</height>
  99. </size>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QLineEdit" name="lineEdit_2">
  105. <property name="enabled">
  106. <bool>false</bool>
  107. </property>
  108. <property name="sizePolicy">
  109. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  110. <horstretch>0</horstretch>
  111. <verstretch>0</verstretch>
  112. </sizepolicy>
  113. </property>
  114. <property name="minimumSize">
  115. <size>
  116. <width>200</width>
  117. <height>0</height>
  118. </size>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <spacer name="verticalSpacer_3">
  124. <property name="orientation">
  125. <enum>Qt::Vertical</enum>
  126. </property>
  127. <property name="sizeType">
  128. <enum>QSizePolicy::Fixed</enum>
  129. </property>
  130. <property name="sizeHint" stdset="0">
  131. <size>
  132. <width>20</width>
  133. <height>26</height>
  134. </size>
  135. </property>
  136. </spacer>
  137. </item>
  138. </layout>
  139. </item>
  140. <item>
  141. <spacer name="horizontalSpacer_2">
  142. <property name="orientation">
  143. <enum>Qt::Horizontal</enum>
  144. </property>
  145. <property name="sizeType">
  146. <enum>QSizePolicy::Expanding</enum>
  147. </property>
  148. <property name="sizeHint" stdset="0">
  149. <size>
  150. <width>23</width>
  151. <height>20</height>
  152. </size>
  153. </property>
  154. </spacer>
  155. </item>
  156. </layout>
  157. </item>
  158. <item>
  159. <spacer name="verticalSpacer">
  160. <property name="orientation">
  161. <enum>Qt::Vertical</enum>
  162. </property>
  163. <property name="sizeHint" stdset="0">
  164. <size>
  165. <width>20</width>
  166. <height>40</height>
  167. </size>
  168. </property>
  169. </spacer>
  170. </item>
  171. <item alignment="Qt::AlignHCenter">
  172. <widget class="QCheckBox" name="checkBox">
  173. <property name="minimumSize">
  174. <size>
  175. <width>0</width>
  176. <height>0</height>
  177. </size>
  178. </property>
  179. <property name="text">
  180. <string>Allow Unresolved Black Box</string>
  181. </property>
  182. <property name="checked">
  183. <bool>true</bool>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <layout class="QHBoxLayout" name="horizontalLayout_2">
  189. <item>
  190. <spacer name="horizontalSpacer_3">
  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. <item>
  203. <widget class="QPushButton" name="btn_OK">
  204. <property name="text">
  205. <string>OK</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <widget class="QPushButton" name="btn_cancel">
  211. <property name="text">
  212. <string>Cancel</string>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <spacer name="horizontalSpacer_4">
  218. <property name="orientation">
  219. <enum>Qt::Horizontal</enum>
  220. </property>
  221. <property name="sizeHint" stdset="0">
  222. <size>
  223. <width>40</width>
  224. <height>20</height>
  225. </size>
  226. </property>
  227. </spacer>
  228. </item>
  229. </layout>
  230. </item>
  231. </layout>
  232. </item>
  233. </layout>
  234. </widget>
  235. <resources>
  236. <include location="img.qrc"/>
  237. </resources>
  238. <connections>
  239. <connection>
  240. <sender>btn_cancel</sender>
  241. <signal>clicked()</signal>
  242. <receiver>Elaborate</receiver>
  243. <slot>close()</slot>
  244. <hints>
  245. <hint type="sourcelabel">
  246. <x>250</x>
  247. <y>171</y>
  248. </hint>
  249. <hint type="destinationlabel">
  250. <x>209</x>
  251. <y>96</y>
  252. </hint>
  253. </hints>
  254. </connection>
  255. </connections>
  256. </ui>