ctkCmdLineModuleExplorerMainWindow.ui 11 KB

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