ctkCmdLineModuleExplorerMainWindow.ui 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. <action name="actionRun">
  163. <property name="icon">
  164. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  165. <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
  166. </property>
  167. <property name="text">
  168. <string>Run</string>
  169. </property>
  170. <property name="toolTip">
  171. <string>Run module</string>
  172. </property>
  173. <property name="shortcut">
  174. <string>Ctrl+R</string>
  175. </property>
  176. </action>
  177. <action name="actionCancel">
  178. <property name="icon">
  179. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  180. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  181. </property>
  182. <property name="text">
  183. <string>&amp;Cancel</string>
  184. </property>
  185. <property name="toolTip">
  186. <string>Cancel module</string>
  187. </property>
  188. <property name="shortcut">
  189. <string>Ctrl+C</string>
  190. </property>
  191. </action>
  192. <action name="actionLoad">
  193. <property name="text">
  194. <string>&amp;Load Module...</string>
  195. </property>
  196. <property name="toolTip">
  197. <string>Load module</string>
  198. </property>
  199. <property name="shortcut">
  200. <string>Ctrl+L</string>
  201. </property>
  202. </action>
  203. <action name="actionQuit">
  204. <property name="text">
  205. <string>E&amp;xit</string>
  206. </property>
  207. </action>
  208. <action name="actionPause">
  209. <property name="checkable">
  210. <bool>true</bool>
  211. </property>
  212. <property name="icon">
  213. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  214. <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
  215. </property>
  216. <property name="text">
  217. <string>&amp;Pause</string>
  218. </property>
  219. <property name="toolTip">
  220. <string>Pause module</string>
  221. </property>
  222. <property name="shortcut">
  223. <string>Ctrl+P</string>
  224. </property>
  225. </action>
  226. <action name="actionOptions">
  227. <property name="text">
  228. <string>&amp;Options...</string>
  229. </property>
  230. </action>
  231. <action name="actionReset">
  232. <property name="text">
  233. <string>Reset</string>
  234. </property>
  235. <property name="toolTip">
  236. <string>Reset to default values</string>
  237. </property>
  238. </action>
  239. </widget>
  240. <customwidgets>
  241. <customwidget>
  242. <class>ctkCmdLineModuleExplorerTreeWidget</class>
  243. <extends>QTreeWidget</extends>
  244. <header>ctkCmdLineModuleExplorerTreeWidget.h</header>
  245. </customwidget>
  246. </customwidgets>
  247. <resources>
  248. <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
  249. </resources>
  250. <connections/>
  251. </ui>