ctkCmdLineModuleExplorerMainWindow.ui 11 KB

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