ctkCmdLineModuleExplorerMainWindow.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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="separator"/>
  67. <addaction name="actionOptions"/>
  68. </widget>
  69. <addaction name="menuFile"/>
  70. <addaction name="menuModule"/>
  71. </widget>
  72. <widget class="QStatusBar" name="statusbar"/>
  73. <widget class="QToolBar" name="toolBar">
  74. <property name="windowTitle">
  75. <string>toolBar</string>
  76. </property>
  77. <attribute name="toolBarArea">
  78. <enum>TopToolBarArea</enum>
  79. </attribute>
  80. <attribute name="toolBarBreak">
  81. <bool>false</bool>
  82. </attribute>
  83. <addaction name="actionRun"/>
  84. <addaction name="actionPause"/>
  85. <addaction name="actionCancel"/>
  86. </widget>
  87. <widget class="QDockWidget" name="dockWidget">
  88. <property name="features">
  89. <set>QDockWidget::NoDockWidgetFeatures</set>
  90. </property>
  91. <property name="windowTitle">
  92. <string>Modules</string>
  93. </property>
  94. <attribute name="dockWidgetArea">
  95. <number>1</number>
  96. </attribute>
  97. <widget class="QWidget" name="dockWidgetContents">
  98. <layout class="QVBoxLayout" name="verticalLayout">
  99. <property name="margin">
  100. <number>0</number>
  101. </property>
  102. <item>
  103. <widget class="ctkCmdLineModuleExplorerTreeWidget" name="modulesTreeWidget">
  104. <attribute name="headerVisible">
  105. <bool>false</bool>
  106. </attribute>
  107. <column>
  108. <property name="text">
  109. <string notr="true">1</string>
  110. </property>
  111. </column>
  112. </widget>
  113. </item>
  114. </layout>
  115. </widget>
  116. </widget>
  117. <widget class="QDockWidget" name="dockWidget_2">
  118. <property name="features">
  119. <set>QDockWidget::NoDockWidgetFeatures</set>
  120. </property>
  121. <property name="windowTitle">
  122. <string>Progress Information</string>
  123. </property>
  124. <attribute name="dockWidgetArea">
  125. <number>1</number>
  126. </attribute>
  127. <widget class="QWidget" name="dockWidgetContents_2">
  128. <layout class="QVBoxLayout" name="verticalLayout_2">
  129. <property name="spacing">
  130. <number>0</number>
  131. </property>
  132. <property name="margin">
  133. <number>0</number>
  134. </property>
  135. <item>
  136. <widget class="QWidget" name="progressInfoWidget" native="true">
  137. <layout class="QVBoxLayout" name="verticalLayout_4">
  138. <property name="spacing">
  139. <number>4</number>
  140. </property>
  141. <property name="leftMargin">
  142. <number>0</number>
  143. </property>
  144. <property name="topMargin">
  145. <number>4</number>
  146. </property>
  147. <property name="rightMargin">
  148. <number>0</number>
  149. </property>
  150. <property name="bottomMargin">
  151. <number>4</number>
  152. </property>
  153. </layout>
  154. </widget>
  155. </item>
  156. </layout>
  157. </widget>
  158. </widget>
  159. <action name="actionRun">
  160. <property name="icon">
  161. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  162. <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
  163. </property>
  164. <property name="text">
  165. <string>Run</string>
  166. </property>
  167. <property name="toolTip">
  168. <string>Run module</string>
  169. </property>
  170. <property name="shortcut">
  171. <string>Ctrl+R</string>
  172. </property>
  173. </action>
  174. <action name="actionCancel">
  175. <property name="icon">
  176. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  177. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  178. </property>
  179. <property name="text">
  180. <string>&amp;Cancel</string>
  181. </property>
  182. <property name="toolTip">
  183. <string>Cancel module</string>
  184. </property>
  185. <property name="shortcut">
  186. <string>Ctrl+C</string>
  187. </property>
  188. </action>
  189. <action name="actionLoad">
  190. <property name="text">
  191. <string>&amp;Load Module...</string>
  192. </property>
  193. <property name="toolTip">
  194. <string>Load module</string>
  195. </property>
  196. <property name="shortcut">
  197. <string>Ctrl+L</string>
  198. </property>
  199. </action>
  200. <action name="actionQuit">
  201. <property name="text">
  202. <string>E&amp;xit</string>
  203. </property>
  204. </action>
  205. <action name="actionPause">
  206. <property name="checkable">
  207. <bool>true</bool>
  208. </property>
  209. <property name="icon">
  210. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  211. <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
  212. </property>
  213. <property name="text">
  214. <string>&amp;Pause</string>
  215. </property>
  216. <property name="toolTip">
  217. <string>Pause module</string>
  218. </property>
  219. <property name="shortcut">
  220. <string>Ctrl+P</string>
  221. </property>
  222. </action>
  223. <action name="actionOptions">
  224. <property name="text">
  225. <string>&amp;Options...</string>
  226. </property>
  227. </action>
  228. </widget>
  229. <customwidgets>
  230. <customwidget>
  231. <class>ctkCmdLineModuleExplorerTreeWidget</class>
  232. <extends>QTreeWidget</extends>
  233. <header>ctkCmdLineModuleExplorerTreeWidget.h</header>
  234. </customwidget>
  235. </customwidgets>
  236. <resources>
  237. <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
  238. </resources>
  239. <connections/>
  240. </ui>