ctkCmdLineModuleExplorerMainWindow.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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="spacing">
  103. <number>2</number>
  104. </property>
  105. <property name="margin">
  106. <number>0</number>
  107. </property>
  108. <item>
  109. <widget class="ctkSearchBox" name="modulesSearchBox"/>
  110. </item>
  111. <item>
  112. <widget class="ctkCmdLineModuleExplorerTreeWidget" name="modulesTreeWidget">
  113. <property name="editTriggers">
  114. <set>QAbstractItemView::NoEditTriggers</set>
  115. </property>
  116. <property name="textElideMode">
  117. <enum>Qt::ElideMiddle</enum>
  118. </property>
  119. <property name="headerHidden">
  120. <bool>true</bool>
  121. </property>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. </widget>
  127. <widget class="QDockWidget" name="dockWidget_2">
  128. <property name="features">
  129. <set>QDockWidget::NoDockWidgetFeatures</set>
  130. </property>
  131. <property name="windowTitle">
  132. <string>Progress Information</string>
  133. </property>
  134. <attribute name="dockWidgetArea">
  135. <number>1</number>
  136. </attribute>
  137. <widget class="QWidget" name="dockWidgetContents_2">
  138. <layout class="QVBoxLayout" name="verticalLayout_2">
  139. <property name="spacing">
  140. <number>0</number>
  141. </property>
  142. <property name="margin">
  143. <number>0</number>
  144. </property>
  145. <item>
  146. <widget class="QWidget" name="progressContainer" native="true">
  147. <layout class="QVBoxLayout" name="verticalLayout_4">
  148. <property name="spacing">
  149. <number>2</number>
  150. </property>
  151. <property name="leftMargin">
  152. <number>6</number>
  153. </property>
  154. <property name="topMargin">
  155. <number>0</number>
  156. </property>
  157. <property name="rightMargin">
  158. <number>0</number>
  159. </property>
  160. <property name="bottomMargin">
  161. <number>0</number>
  162. </property>
  163. <item>
  164. <layout class="QHBoxLayout" name="horizontalLayout_2">
  165. <item>
  166. <spacer name="horizontalSpacer">
  167. <property name="orientation">
  168. <enum>Qt::Horizontal</enum>
  169. </property>
  170. <property name="sizeHint" stdset="0">
  171. <size>
  172. <width>40</width>
  173. <height>20</height>
  174. </size>
  175. </property>
  176. </spacer>
  177. </item>
  178. <item>
  179. <widget class="QPushButton" name="ClearButton">
  180. <property name="text">
  181. <string>Clear</string>
  182. </property>
  183. </widget>
  184. </item>
  185. </layout>
  186. </item>
  187. <item>
  188. <widget class="QScrollArea" name="scrollArea">
  189. <property name="frameShape">
  190. <enum>QFrame::NoFrame</enum>
  191. </property>
  192. <property name="widgetResizable">
  193. <bool>true</bool>
  194. </property>
  195. <widget class="QWidget" name="scrollAreaContent">
  196. <property name="geometry">
  197. <rect>
  198. <x>0</x>
  199. <y>0</y>
  200. <width>250</width>
  201. <height>213</height>
  202. </rect>
  203. </property>
  204. <layout class="QVBoxLayout" name="verticalLayout_5">
  205. <property name="leftMargin">
  206. <number>0</number>
  207. </property>
  208. <property name="rightMargin">
  209. <number>0</number>
  210. </property>
  211. <item>
  212. <widget class="Line" name="line">
  213. <property name="orientation">
  214. <enum>Qt::Horizontal</enum>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="ctkCmdLineModuleExplorerProgressListWidget" name="progressListWidget" native="true"/>
  220. </item>
  221. <item>
  222. <spacer name="verticalSpacer">
  223. <property name="orientation">
  224. <enum>Qt::Vertical</enum>
  225. </property>
  226. <property name="sizeHint" stdset="0">
  227. <size>
  228. <width>20</width>
  229. <height>64</height>
  230. </size>
  231. </property>
  232. </spacer>
  233. </item>
  234. </layout>
  235. </widget>
  236. </widget>
  237. </item>
  238. </layout>
  239. </widget>
  240. </item>
  241. </layout>
  242. </widget>
  243. </widget>
  244. <widget class="QDockWidget" name="dockWidget_3">
  245. <property name="features">
  246. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  247. </property>
  248. <property name="allowedAreas">
  249. <set>Qt::BottomDockWidgetArea|Qt::RightDockWidgetArea|Qt::TopDockWidgetArea</set>
  250. </property>
  251. <property name="windowTitle">
  252. <string>Output</string>
  253. </property>
  254. <attribute name="dockWidgetArea">
  255. <number>8</number>
  256. </attribute>
  257. <widget class="QWidget" name="dockWidgetContents_3">
  258. <layout class="QVBoxLayout" name="verticalLayout_3">
  259. <property name="margin">
  260. <number>0</number>
  261. </property>
  262. <item>
  263. <widget class="ctkCmdLineModuleExplorerOutputText" name="outputText">
  264. <property name="readOnly">
  265. <bool>true</bool>
  266. </property>
  267. </widget>
  268. </item>
  269. </layout>
  270. </widget>
  271. </widget>
  272. <action name="actionRun">
  273. <property name="icon">
  274. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  275. <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
  276. </property>
  277. <property name="text">
  278. <string>Run</string>
  279. </property>
  280. <property name="toolTip">
  281. <string>Run module</string>
  282. </property>
  283. <property name="shortcut">
  284. <string>Ctrl+R</string>
  285. </property>
  286. </action>
  287. <action name="actionCancel">
  288. <property name="icon">
  289. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  290. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  291. </property>
  292. <property name="text">
  293. <string>&amp;Cancel</string>
  294. </property>
  295. <property name="toolTip">
  296. <string>Cancel module</string>
  297. </property>
  298. <property name="shortcut">
  299. <string>Ctrl+C</string>
  300. </property>
  301. </action>
  302. <action name="actionLoad">
  303. <property name="text">
  304. <string>&amp;Load Module...</string>
  305. </property>
  306. <property name="toolTip">
  307. <string>Load module</string>
  308. </property>
  309. <property name="shortcut">
  310. <string>Ctrl+L</string>
  311. </property>
  312. </action>
  313. <action name="actionQuit">
  314. <property name="text">
  315. <string>E&amp;xit</string>
  316. </property>
  317. </action>
  318. <action name="actionPause">
  319. <property name="checkable">
  320. <bool>true</bool>
  321. </property>
  322. <property name="icon">
  323. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  324. <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
  325. </property>
  326. <property name="text">
  327. <string>&amp;Pause</string>
  328. </property>
  329. <property name="toolTip">
  330. <string>Pause module</string>
  331. </property>
  332. <property name="shortcut">
  333. <string>Ctrl+P</string>
  334. </property>
  335. </action>
  336. <action name="actionOptions">
  337. <property name="text">
  338. <string>&amp;Options...</string>
  339. </property>
  340. </action>
  341. <action name="actionReset">
  342. <property name="text">
  343. <string>Reset</string>
  344. </property>
  345. <property name="toolTip">
  346. <string>Reset to default values</string>
  347. </property>
  348. </action>
  349. </widget>
  350. <customwidgets>
  351. <customwidget>
  352. <class>ctkSearchBox</class>
  353. <extends>QLineEdit</extends>
  354. <header>ctkSearchBox.h</header>
  355. </customwidget>
  356. <customwidget>
  357. <class>ctkCmdLineModuleExplorerOutputText</class>
  358. <extends>QTextEdit</extends>
  359. <header>ctkCmdLineModuleExplorerOutputText.h</header>
  360. </customwidget>
  361. <customwidget>
  362. <class>ctkCmdLineModuleExplorerProgressListWidget</class>
  363. <extends>QWidget</extends>
  364. <header>ctkCmdLineModuleExplorerProgressListWidget.h</header>
  365. <container>1</container>
  366. </customwidget>
  367. <customwidget>
  368. <class>ctkCmdLineModuleExplorerTreeWidget</class>
  369. <extends>QTreeView</extends>
  370. <header>ctkCmdLineModuleExplorerTreeWidget.h</header>
  371. </customwidget>
  372. </customwidgets>
  373. <resources>
  374. <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
  375. </resources>
  376. <connections/>
  377. </ui>