ctkPluginGeneratorMainWindow.ui 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkPluginGeneratorMainWindow</class>
  4. <widget class="QMainWindow" name="ctkPluginGeneratorMainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CTK Plugin Generator</string>
  15. </property>
  16. <property name="unifiedTitleAndToolBarOnMac">
  17. <bool>true</bool>
  18. </property>
  19. <widget class="QWidget" name="centralwidget">
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <item>
  22. <widget class="QSplitter" name="splitter">
  23. <property name="sizePolicy">
  24. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  25. <horstretch>0</horstretch>
  26. <verstretch>1</verstretch>
  27. </sizepolicy>
  28. </property>
  29. <property name="orientation">
  30. <enum>Qt::Horizontal</enum>
  31. </property>
  32. <property name="childrenCollapsible">
  33. <bool>false</bool>
  34. </property>
  35. <widget class="QWidget" name="widget_5" native="true">
  36. <layout class="QVBoxLayout" name="verticalLayout_3">
  37. <property name="margin">
  38. <number>0</number>
  39. </property>
  40. <item>
  41. <widget class="QLabel" name="sectionListLabel">
  42. <property name="minimumSize">
  43. <size>
  44. <width>0</width>
  45. <height>40</height>
  46. </size>
  47. </property>
  48. <property name="text">
  49. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  50. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  51. p, li { white-space: pre-wrap; }
  52. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
  53. &lt;table border=&quot;0&quot; style=&quot;-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;&quot;&gt;
  54. &lt;tr&gt;
  55. &lt;td style=&quot;border: none;&quot;&gt;
  56. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:12pt; font-weight:600;&quot;&gt;Plugin&lt;/span&gt;&lt;/p&gt;
  57. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:12pt; font-weight:600;&quot;&gt;Generator&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
  58. </property>
  59. <property name="alignment">
  60. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QListWidget" name="sectionList">
  66. <property name="sizePolicy">
  67. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  68. <horstretch>0</horstretch>
  69. <verstretch>0</verstretch>
  70. </sizepolicy>
  71. </property>
  72. <property name="minimumSize">
  73. <size>
  74. <width>200</width>
  75. <height>0</height>
  76. </size>
  77. </property>
  78. <item>
  79. <property name="text">
  80. <string>Main</string>
  81. </property>
  82. </item>
  83. <item>
  84. <property name="text">
  85. <string>Dependencies</string>
  86. </property>
  87. </item>
  88. <item>
  89. <property name="text">
  90. <string>Meta-Data</string>
  91. </property>
  92. </item>
  93. </widget>
  94. </item>
  95. </layout>
  96. </widget>
  97. <widget class="QWidget" name="widget_4" native="true">
  98. <layout class="QVBoxLayout" name="verticalLayout_2">
  99. <property name="leftMargin">
  100. <number>6</number>
  101. </property>
  102. <property name="topMargin">
  103. <number>0</number>
  104. </property>
  105. <property name="rightMargin">
  106. <number>0</number>
  107. </property>
  108. <property name="bottomMargin">
  109. <number>0</number>
  110. </property>
  111. <item>
  112. <widget class="QLabel" name="sectionMessageLabel">
  113. <property name="minimumSize">
  114. <size>
  115. <width>0</width>
  116. <height>40</height>
  117. </size>
  118. </property>
  119. <property name="text">
  120. <string/>
  121. </property>
  122. <property name="alignment">
  123. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  124. </property>
  125. </widget>
  126. </item>
  127. <item>
  128. <widget class="QStackedWidget" name="sectionsStack">
  129. <property name="sizePolicy">
  130. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  131. <horstretch>1</horstretch>
  132. <verstretch>0</verstretch>
  133. </sizepolicy>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </widget>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QWidget" name="widget" native="true">
  143. <layout class="QHBoxLayout" name="horizontalLayout_3">
  144. <property name="margin">
  145. <number>0</number>
  146. </property>
  147. <item>
  148. <widget class="QLabel" name="label">
  149. <property name="sizePolicy">
  150. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  151. <horstretch>0</horstretch>
  152. <verstretch>0</verstretch>
  153. </sizepolicy>
  154. </property>
  155. <property name="text">
  156. <string>Output Directory</string>
  157. </property>
  158. </widget>
  159. </item>
  160. <item>
  161. <widget class="QPushButton" name="outputDirButton">
  162. <property name="sizePolicy">
  163. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  164. <horstretch>1</horstretch>
  165. <verstretch>0</verstretch>
  166. </sizepolicy>
  167. </property>
  168. <property name="text">
  169. <string>PushButton</string>
  170. </property>
  171. </widget>
  172. </item>
  173. </layout>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="Line" name="line">
  178. <property name="orientation">
  179. <enum>Qt::Horizontal</enum>
  180. </property>
  181. </widget>
  182. </item>
  183. <item>
  184. <spacer name="verticalSpacer">
  185. <property name="orientation">
  186. <enum>Qt::Vertical</enum>
  187. </property>
  188. <property name="sizeHint" stdset="0">
  189. <size>
  190. <width>20</width>
  191. <height>4</height>
  192. </size>
  193. </property>
  194. </spacer>
  195. </item>
  196. <item>
  197. <widget class="QWidget" name="widget_3" native="true">
  198. <layout class="QHBoxLayout" name="horizontalLayout">
  199. <property name="margin">
  200. <number>0</number>
  201. </property>
  202. <item>
  203. <widget class="QPushButton" name="previewButton">
  204. <property name="text">
  205. <string>Preview</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <spacer name="horizontalSpacer_2">
  211. <property name="orientation">
  212. <enum>Qt::Horizontal</enum>
  213. </property>
  214. <property name="sizeHint" stdset="0">
  215. <size>
  216. <width>40</width>
  217. <height>20</height>
  218. </size>
  219. </property>
  220. </spacer>
  221. </item>
  222. <item>
  223. <widget class="QPushButton" name="generateButton">
  224. <property name="text">
  225. <string>Generate</string>
  226. </property>
  227. </widget>
  228. </item>
  229. <item>
  230. <widget class="QPushButton" name="cancelButton">
  231. <property name="text">
  232. <string>Cancel</string>
  233. </property>
  234. </widget>
  235. </item>
  236. </layout>
  237. </widget>
  238. </item>
  239. </layout>
  240. </widget>
  241. <widget class="QMenuBar" name="menubar">
  242. <property name="geometry">
  243. <rect>
  244. <x>0</x>
  245. <y>0</y>
  246. <width>800</width>
  247. <height>23</height>
  248. </rect>
  249. </property>
  250. <widget class="QMenu" name="menuFile">
  251. <property name="title">
  252. <string>File</string>
  253. </property>
  254. <addaction name="actionExit"/>
  255. </widget>
  256. <addaction name="menuFile"/>
  257. </widget>
  258. <widget class="QStatusBar" name="statusbar"/>
  259. <action name="actionExit">
  260. <property name="text">
  261. <string>Exit</string>
  262. </property>
  263. <property name="shortcut">
  264. <string>Ctrl+Q</string>
  265. </property>
  266. </action>
  267. </widget>
  268. <resources/>
  269. <connections>
  270. <connection>
  271. <sender>actionExit</sender>
  272. <signal>triggered()</signal>
  273. <receiver>cancelButton</receiver>
  274. <slot>click()</slot>
  275. <hints>
  276. <hint type="sourcelabel">
  277. <x>-1</x>
  278. <y>-1</y>
  279. </hint>
  280. <hint type="destinationlabel">
  281. <x>748</x>
  282. <y>555</y>
  283. </hint>
  284. </hints>
  285. </connection>
  286. </connections>
  287. </ui>