ctkCmdLineModuleExplorerMainWindow.ui 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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>800</width>
  10. <height>600</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>800</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="progressInfoWidget" native="true">
  140. <layout class="QVBoxLayout" name="verticalLayout_4">
  141. <property name="spacing">
  142. <number>4</number>
  143. </property>
  144. <property name="leftMargin">
  145. <number>0</number>
  146. </property>
  147. <property name="topMargin">
  148. <number>4</number>
  149. </property>
  150. <property name="rightMargin">
  151. <number>0</number>
  152. </property>
  153. <property name="bottomMargin">
  154. <number>4</number>
  155. </property>
  156. </layout>
  157. </widget>
  158. </item>
  159. </layout>
  160. </widget>
  161. </widget>
  162. <widget class="QDockWidget" name="dockWidget_3">
  163. <property name="features">
  164. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  165. </property>
  166. <property name="allowedAreas">
  167. <set>Qt::BottomDockWidgetArea|Qt::RightDockWidgetArea|Qt::TopDockWidgetArea</set>
  168. </property>
  169. <property name="windowTitle">
  170. <string>Output</string>
  171. </property>
  172. <attribute name="dockWidgetArea">
  173. <number>8</number>
  174. </attribute>
  175. <widget class="QWidget" name="dockWidgetContents_3">
  176. <layout class="QVBoxLayout" name="verticalLayout_3">
  177. <property name="margin">
  178. <number>0</number>
  179. </property>
  180. <item>
  181. <widget class="ctkCmdLineModuleExplorerOutputText" name="outputText">
  182. <property name="readOnly">
  183. <bool>true</bool>
  184. </property>
  185. </widget>
  186. </item>
  187. </layout>
  188. </widget>
  189. </widget>
  190. <action name="actionRun">
  191. <property name="icon">
  192. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  193. <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
  194. </property>
  195. <property name="text">
  196. <string>Run</string>
  197. </property>
  198. <property name="toolTip">
  199. <string>Run module</string>
  200. </property>
  201. <property name="shortcut">
  202. <string>Ctrl+R</string>
  203. </property>
  204. </action>
  205. <action name="actionCancel">
  206. <property name="icon">
  207. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  208. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  209. </property>
  210. <property name="text">
  211. <string>&amp;Cancel</string>
  212. </property>
  213. <property name="toolTip">
  214. <string>Cancel module</string>
  215. </property>
  216. <property name="shortcut">
  217. <string>Ctrl+C</string>
  218. </property>
  219. </action>
  220. <action name="actionLoad">
  221. <property name="text">
  222. <string>&amp;Load Module...</string>
  223. </property>
  224. <property name="toolTip">
  225. <string>Load module</string>
  226. </property>
  227. <property name="shortcut">
  228. <string>Ctrl+L</string>
  229. </property>
  230. </action>
  231. <action name="actionQuit">
  232. <property name="text">
  233. <string>E&amp;xit</string>
  234. </property>
  235. </action>
  236. <action name="actionPause">
  237. <property name="checkable">
  238. <bool>true</bool>
  239. </property>
  240. <property name="icon">
  241. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  242. <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
  243. </property>
  244. <property name="text">
  245. <string>&amp;Pause</string>
  246. </property>
  247. <property name="toolTip">
  248. <string>Pause module</string>
  249. </property>
  250. <property name="shortcut">
  251. <string>Ctrl+P</string>
  252. </property>
  253. </action>
  254. <action name="actionOptions">
  255. <property name="text">
  256. <string>&amp;Options...</string>
  257. </property>
  258. </action>
  259. <action name="actionReset">
  260. <property name="text">
  261. <string>Reset</string>
  262. </property>
  263. <property name="toolTip">
  264. <string>Reset to default values</string>
  265. </property>
  266. </action>
  267. </widget>
  268. <customwidgets>
  269. <customwidget>
  270. <class>ctkCmdLineModuleExplorerTreeWidget</class>
  271. <extends>QTreeWidget</extends>
  272. <header>ctkCmdLineModuleExplorerTreeWidget.h</header>
  273. </customwidget>
  274. <customwidget>
  275. <class>ctkCmdLineModuleExplorerOutputText</class>
  276. <extends>QTextEdit</extends>
  277. <header>ctkCmdLineModuleExplorerOutputText.h</header>
  278. </customwidget>
  279. </customwidgets>
  280. <resources>
  281. <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
  282. </resources>
  283. <connections/>
  284. </ui>