ctkCmdLineModuleExplorerMainWindow.ui 11 KB

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