ctkCmdLineModuleExplorerMainWindow.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkCmdLineModuleExplorerMainWindow</class>
  4. <widget class="QMainWindow" name="ctkCmdLineModuleExplorerMainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1126</width>
  10. <height>933</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CTK Command Line Module Explorer</string>
  15. </property>
  16. <property name="dockOptions">
  17. <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
  18. </property>
  19. <widget class="QWidget" name="centralwidget">
  20. <layout class="QHBoxLayout" name="horizontalLayout">
  21. <property name="margin">
  22. <number>0</number>
  23. </property>
  24. <item>
  25. <widget class="QTabWidget" name="mainTabWidget">
  26. <property name="currentIndex">
  27. <number>-1</number>
  28. </property>
  29. <property name="elideMode">
  30. <enum>Qt::ElideMiddle</enum>
  31. </property>
  32. <property name="tabsClosable">
  33. <bool>true</bool>
  34. </property>
  35. <property name="movable">
  36. <bool>true</bool>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </widget>
  42. <widget class="QMenuBar" name="menubar">
  43. <property name="geometry">
  44. <rect>
  45. <x>0</x>
  46. <y>0</y>
  47. <width>1126</width>
  48. <height>25</height>
  49. </rect>
  50. </property>
  51. <widget class="QMenu" name="menuFile">
  52. <property name="title">
  53. <string>&amp;File</string>
  54. </property>
  55. <addaction name="actionLoad"/>
  56. <addaction name="separator"/>
  57. <addaction name="actionQuit"/>
  58. </widget>
  59. <widget class="QMenu" name="menuModule">
  60. <property name="title">
  61. <string>&amp;Module</string>
  62. </property>
  63. <addaction name="actionRun"/>
  64. <addaction name="actionPause"/>
  65. <addaction name="actionCancel"/>
  66. <addaction name="actionReset"/>
  67. <addaction name="separator"/>
  68. <addaction name="actionOptions"/>
  69. </widget>
  70. <addaction name="menuFile"/>
  71. <addaction name="menuModule"/>
  72. </widget>
  73. <widget class="QStatusBar" name="statusbar"/>
  74. <widget class="QToolBar" name="toolBar">
  75. <property name="windowTitle">
  76. <string>toolBar</string>
  77. </property>
  78. <attribute name="toolBarArea">
  79. <enum>TopToolBarArea</enum>
  80. </attribute>
  81. <attribute name="toolBarBreak">
  82. <bool>false</bool>
  83. </attribute>
  84. <addaction name="actionRun"/>
  85. <addaction name="actionPause"/>
  86. <addaction name="actionCancel"/>
  87. <addaction name="separator"/>
  88. <addaction name="actionReset"/>
  89. </widget>
  90. <widget class="QDockWidget" name="dockWidget">
  91. <property name="features">
  92. <set>QDockWidget::NoDockWidgetFeatures</set>
  93. </property>
  94. <property name="windowTitle">
  95. <string>Modules</string>
  96. </property>
  97. <attribute name="dockWidgetArea">
  98. <number>1</number>
  99. </attribute>
  100. <widget class="QWidget" name="dockWidgetContents">
  101. <layout class="QVBoxLayout" name="verticalLayout">
  102. <property name="margin">
  103. <number>0</number>
  104. </property>
  105. <item>
  106. <widget class="ctkCmdLineModuleExplorerTreeWidget" name="modulesTreeWidget">
  107. <attribute name="headerVisible">
  108. <bool>false</bool>
  109. </attribute>
  110. <column>
  111. <property name="text">
  112. <string notr="true">1</string>
  113. </property>
  114. </column>
  115. </widget>
  116. </item>
  117. </layout>
  118. </widget>
  119. </widget>
  120. <widget class="QDockWidget" name="dockWidget_2">
  121. <property name="features">
  122. <set>QDockWidget::NoDockWidgetFeatures</set>
  123. </property>
  124. <property name="windowTitle">
  125. <string>Progress Information</string>
  126. </property>
  127. <attribute name="dockWidgetArea">
  128. <number>1</number>
  129. </attribute>
  130. <widget class="QWidget" name="dockWidgetContents_2">
  131. <layout class="QVBoxLayout" name="verticalLayout_2">
  132. <property name="spacing">
  133. <number>0</number>
  134. </property>
  135. <property name="margin">
  136. <number>0</number>
  137. </property>
  138. <item>
  139. <widget class="QWidget" name="progressContainer" native="true">
  140. <layout class="QVBoxLayout" name="verticalLayout_4">
  141. <property name="spacing">
  142. <number>2</number>
  143. </property>
  144. <property name="leftMargin">
  145. <number>6</number>
  146. </property>
  147. <property name="topMargin">
  148. <number>0</number>
  149. </property>
  150. <property name="rightMargin">
  151. <number>0</number>
  152. </property>
  153. <property name="bottomMargin">
  154. <number>0</number>
  155. </property>
  156. <item>
  157. <layout class="QHBoxLayout" name="horizontalLayout_2">
  158. <item>
  159. <spacer name="horizontalSpacer">
  160. <property name="orientation">
  161. <enum>Qt::Horizontal</enum>
  162. </property>
  163. <property name="sizeHint" stdset="0">
  164. <size>
  165. <width>40</width>
  166. <height>20</height>
  167. </size>
  168. </property>
  169. </spacer>
  170. </item>
  171. <item>
  172. <widget class="QPushButton" name="ClearButton">
  173. <property name="text">
  174. <string>Clear</string>
  175. </property>
  176. </widget>
  177. </item>
  178. </layout>
  179. </item>
  180. <item>
  181. <widget class="QScrollArea" name="scrollArea">
  182. <property name="frameShape">
  183. <enum>QFrame::NoFrame</enum>
  184. </property>
  185. <property name="widgetResizable">
  186. <bool>true</bool>
  187. </property>
  188. <widget class="QWidget" name="scrollAreaContent">
  189. <property name="geometry">
  190. <rect>
  191. <x>0</x>
  192. <y>0</y>
  193. <width>250</width>
  194. <height>110</height>
  195. </rect>
  196. </property>
  197. <layout class="QVBoxLayout" name="verticalLayout_5">
  198. <property name="leftMargin">
  199. <number>0</number>
  200. </property>
  201. <property name="rightMargin">
  202. <number>0</number>
  203. </property>
  204. <item>
  205. <widget class="Line" name="line">
  206. <property name="orientation">
  207. <enum>Qt::Horizontal</enum>
  208. </property>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="ctkCmdLineModuleExplorerProgressListWidget" name="progressListWidget" native="true"/>
  213. </item>
  214. <item>
  215. <spacer name="verticalSpacer">
  216. <property name="orientation">
  217. <enum>Qt::Vertical</enum>
  218. </property>
  219. <property name="sizeHint" stdset="0">
  220. <size>
  221. <width>20</width>
  222. <height>64</height>
  223. </size>
  224. </property>
  225. </spacer>
  226. </item>
  227. </layout>
  228. </widget>
  229. </widget>
  230. </item>
  231. </layout>
  232. </widget>
  233. </item>
  234. </layout>
  235. </widget>
  236. </widget>
  237. <widget class="QDockWidget" name="dockWidget_3">
  238. <property name="features">
  239. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  240. </property>
  241. <property name="allowedAreas">
  242. <set>Qt::BottomDockWidgetArea|Qt::RightDockWidgetArea|Qt::TopDockWidgetArea</set>
  243. </property>
  244. <property name="windowTitle">
  245. <string>Output</string>
  246. </property>
  247. <attribute name="dockWidgetArea">
  248. <number>8</number>
  249. </attribute>
  250. <widget class="QWidget" name="dockWidgetContents_3">
  251. <layout class="QVBoxLayout" name="verticalLayout_3">
  252. <property name="margin">
  253. <number>0</number>
  254. </property>
  255. <item>
  256. <widget class="ctkCmdLineModuleExplorerOutputText" name="outputText">
  257. <property name="readOnly">
  258. <bool>true</bool>
  259. </property>
  260. </widget>
  261. </item>
  262. </layout>
  263. </widget>
  264. </widget>
  265. <action name="actionRun">
  266. <property name="icon">
  267. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  268. <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
  269. </property>
  270. <property name="text">
  271. <string>Run</string>
  272. </property>
  273. <property name="toolTip">
  274. <string>Run module</string>
  275. </property>
  276. <property name="shortcut">
  277. <string>Ctrl+R</string>
  278. </property>
  279. </action>
  280. <action name="actionCancel">
  281. <property name="icon">
  282. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  283. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  284. </property>
  285. <property name="text">
  286. <string>&amp;Cancel</string>
  287. </property>
  288. <property name="toolTip">
  289. <string>Cancel module</string>
  290. </property>
  291. <property name="shortcut">
  292. <string>Ctrl+C</string>
  293. </property>
  294. </action>
  295. <action name="actionLoad">
  296. <property name="text">
  297. <string>&amp;Load Module...</string>
  298. </property>
  299. <property name="toolTip">
  300. <string>Load module</string>
  301. </property>
  302. <property name="shortcut">
  303. <string>Ctrl+L</string>
  304. </property>
  305. </action>
  306. <action name="actionQuit">
  307. <property name="text">
  308. <string>E&amp;xit</string>
  309. </property>
  310. </action>
  311. <action name="actionPause">
  312. <property name="checkable">
  313. <bool>true</bool>
  314. </property>
  315. <property name="icon">
  316. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  317. <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
  318. </property>
  319. <property name="text">
  320. <string>&amp;Pause</string>
  321. </property>
  322. <property name="toolTip">
  323. <string>Pause module</string>
  324. </property>
  325. <property name="shortcut">
  326. <string>Ctrl+P</string>
  327. </property>
  328. </action>
  329. <action name="actionOptions">
  330. <property name="text">
  331. <string>&amp;Options...</string>
  332. </property>
  333. </action>
  334. <action name="actionReset">
  335. <property name="text">
  336. <string>Reset</string>
  337. </property>
  338. <property name="toolTip">
  339. <string>Reset to default values</string>
  340. </property>
  341. </action>
  342. </widget>
  343. <customwidgets>
  344. <customwidget>
  345. <class>ctkCmdLineModuleExplorerTreeWidget</class>
  346. <extends>QTreeWidget</extends>
  347. <header>ctkCmdLineModuleExplorerTreeWidget.h</header>
  348. </customwidget>
  349. <customwidget>
  350. <class>ctkCmdLineModuleExplorerOutputText</class>
  351. <extends>QTextEdit</extends>
  352. <header>ctkCmdLineModuleExplorerOutputText.h</header>
  353. </customwidget>
  354. <customwidget>
  355. <class>ctkCmdLineModuleExplorerProgressListWidget</class>
  356. <extends>QWidget</extends>
  357. <header>ctkCmdLineModuleExplorerProgressListWidget.h</header>
  358. <container>1</container>
  359. </customwidget>
  360. </customwidgets>
  361. <resources>
  362. <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
  363. </resources>
  364. <connections/>
  365. </ui>