ctkCmdLineModuleExplorerMainWindow.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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="QVBoxLayout" name="verticalLayout_6">
  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="sizePolicy">
  94. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  95. <horstretch>0</horstretch>
  96. <verstretch>0</verstretch>
  97. </sizepolicy>
  98. </property>
  99. <property name="floating">
  100. <bool>false</bool>
  101. </property>
  102. <property name="features">
  103. <set>QDockWidget::NoDockWidgetFeatures</set>
  104. </property>
  105. <property name="windowTitle">
  106. <string>Modules</string>
  107. </property>
  108. <attribute name="dockWidgetArea">
  109. <number>1</number>
  110. </attribute>
  111. <widget class="QWidget" name="dockWidgetContents">
  112. <layout class="QVBoxLayout" name="verticalLayout">
  113. <property name="spacing">
  114. <number>2</number>
  115. </property>
  116. <property name="margin">
  117. <number>0</number>
  118. </property>
  119. <item>
  120. <widget class="ctkSearchBox" name="modulesSearchBox"/>
  121. </item>
  122. <item>
  123. <widget class="ctkCmdLineModuleExplorerTreeWidget" name="modulesTreeWidget">
  124. <property name="editTriggers">
  125. <set>QAbstractItemView::NoEditTriggers</set>
  126. </property>
  127. <property name="textElideMode">
  128. <enum>Qt::ElideMiddle</enum>
  129. </property>
  130. <property name="sortingEnabled">
  131. <bool>true</bool>
  132. </property>
  133. <property name="headerHidden">
  134. <bool>true</bool>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </widget>
  140. </widget>
  141. <widget class="QDockWidget" name="dockWidget_2">
  142. <property name="features">
  143. <set>QDockWidget::NoDockWidgetFeatures</set>
  144. </property>
  145. <property name="windowTitle">
  146. <string>Progress Information</string>
  147. </property>
  148. <attribute name="dockWidgetArea">
  149. <number>1</number>
  150. </attribute>
  151. <widget class="QWidget" name="dockWidgetContents_2">
  152. <layout class="QVBoxLayout" name="verticalLayout_2">
  153. <property name="spacing">
  154. <number>0</number>
  155. </property>
  156. <property name="margin">
  157. <number>0</number>
  158. </property>
  159. <item>
  160. <widget class="QWidget" name="progressContainer" native="true">
  161. <layout class="QVBoxLayout" name="verticalLayout_4">
  162. <property name="spacing">
  163. <number>2</number>
  164. </property>
  165. <property name="leftMargin">
  166. <number>6</number>
  167. </property>
  168. <property name="topMargin">
  169. <number>0</number>
  170. </property>
  171. <property name="rightMargin">
  172. <number>0</number>
  173. </property>
  174. <property name="bottomMargin">
  175. <number>0</number>
  176. </property>
  177. <item>
  178. <layout class="QHBoxLayout" name="horizontalLayout_2">
  179. <item>
  180. <spacer name="horizontalSpacer">
  181. <property name="orientation">
  182. <enum>Qt::Horizontal</enum>
  183. </property>
  184. <property name="sizeHint" stdset="0">
  185. <size>
  186. <width>40</width>
  187. <height>20</height>
  188. </size>
  189. </property>
  190. </spacer>
  191. </item>
  192. <item>
  193. <widget class="QPushButton" name="ClearButton">
  194. <property name="text">
  195. <string>Clear</string>
  196. </property>
  197. </widget>
  198. </item>
  199. </layout>
  200. </item>
  201. <item>
  202. <widget class="QScrollArea" name="scrollArea">
  203. <property name="frameShape">
  204. <enum>QFrame::NoFrame</enum>
  205. </property>
  206. <property name="widgetResizable">
  207. <bool>true</bool>
  208. </property>
  209. <widget class="QWidget" name="scrollAreaContent">
  210. <property name="geometry">
  211. <rect>
  212. <x>0</x>
  213. <y>0</y>
  214. <width>250</width>
  215. <height>144</height>
  216. </rect>
  217. </property>
  218. <layout class="QVBoxLayout" name="verticalLayout_5">
  219. <property name="leftMargin">
  220. <number>0</number>
  221. </property>
  222. <property name="rightMargin">
  223. <number>0</number>
  224. </property>
  225. <item>
  226. <widget class="Line" name="line">
  227. <property name="orientation">
  228. <enum>Qt::Horizontal</enum>
  229. </property>
  230. </widget>
  231. </item>
  232. <item>
  233. <widget class="ctkCmdLineModuleExplorerProgressListWidget" name="progressListWidget" native="true"/>
  234. </item>
  235. <item>
  236. <spacer name="verticalSpacer">
  237. <property name="orientation">
  238. <enum>Qt::Vertical</enum>
  239. </property>
  240. <property name="sizeHint" stdset="0">
  241. <size>
  242. <width>20</width>
  243. <height>64</height>
  244. </size>
  245. </property>
  246. </spacer>
  247. </item>
  248. </layout>
  249. </widget>
  250. </widget>
  251. </item>
  252. </layout>
  253. </widget>
  254. </item>
  255. </layout>
  256. </widget>
  257. </widget>
  258. <widget class="QDockWidget" name="dockWidget_3">
  259. <property name="features">
  260. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  261. </property>
  262. <property name="allowedAreas">
  263. <set>Qt::BottomDockWidgetArea|Qt::RightDockWidgetArea|Qt::TopDockWidgetArea</set>
  264. </property>
  265. <property name="windowTitle">
  266. <string>Output</string>
  267. </property>
  268. <attribute name="dockWidgetArea">
  269. <number>8</number>
  270. </attribute>
  271. <widget class="QWidget" name="dockWidgetContents_3">
  272. <layout class="QVBoxLayout" name="verticalLayout_3">
  273. <property name="margin">
  274. <number>0</number>
  275. </property>
  276. <item>
  277. <widget class="ctkCmdLineModuleExplorerOutputText" name="outputText">
  278. <property name="readOnly">
  279. <bool>true</bool>
  280. </property>
  281. </widget>
  282. </item>
  283. </layout>
  284. </widget>
  285. </widget>
  286. <widget class="QDockWidget" name="dockWidget_4">
  287. <property name="sizePolicy">
  288. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  289. <horstretch>0</horstretch>
  290. <verstretch>0</verstretch>
  291. </sizepolicy>
  292. </property>
  293. <property name="features">
  294. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  295. </property>
  296. <property name="windowTitle">
  297. <string>XML Checker</string>
  298. </property>
  299. <attribute name="dockWidgetArea">
  300. <number>1</number>
  301. </attribute>
  302. <widget class="QWidget" name="dockWidgetContents_4">
  303. <layout class="QVBoxLayout" name="verticalLayout_7">
  304. <item>
  305. <layout class="QHBoxLayout" name="horizontalLayout_3">
  306. <item>
  307. <spacer name="horizontalSpacer_2">
  308. <property name="orientation">
  309. <enum>Qt::Horizontal</enum>
  310. </property>
  311. <property name="sizeHint" stdset="0">
  312. <size>
  313. <width>40</width>
  314. <height>20</height>
  315. </size>
  316. </property>
  317. </spacer>
  318. </item>
  319. <item>
  320. <widget class="QPushButton" name="m_CheckXMLButton">
  321. <property name="text">
  322. <string>Check</string>
  323. </property>
  324. </widget>
  325. </item>
  326. </layout>
  327. </item>
  328. <item>
  329. <widget class="Line" name="line_2">
  330. <property name="orientation">
  331. <enum>Qt::Horizontal</enum>
  332. </property>
  333. </widget>
  334. </item>
  335. <item>
  336. <widget class="QScrollArea" name="scrollArea_2">
  337. <property name="widgetResizable">
  338. <bool>true</bool>
  339. </property>
  340. <widget class="QWidget" name="scrollAreaWidgetContents">
  341. <property name="geometry">
  342. <rect>
  343. <x>0</x>
  344. <y>0</y>
  345. <width>230</width>
  346. <height>108</height>
  347. </rect>
  348. </property>
  349. <layout class="QHBoxLayout" name="horizontalLayout">
  350. <property name="margin">
  351. <number>0</number>
  352. </property>
  353. <item>
  354. <widget class="QPlainTextEdit" name="m_XMLToValidate"/>
  355. </item>
  356. </layout>
  357. </widget>
  358. </widget>
  359. </item>
  360. </layout>
  361. </widget>
  362. </widget>
  363. <action name="actionRun">
  364. <property name="icon">
  365. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  366. <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
  367. </property>
  368. <property name="text">
  369. <string>Run</string>
  370. </property>
  371. <property name="toolTip">
  372. <string>Run module</string>
  373. </property>
  374. <property name="shortcut">
  375. <string>Ctrl+R</string>
  376. </property>
  377. </action>
  378. <action name="actionCancel">
  379. <property name="icon">
  380. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  381. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  382. </property>
  383. <property name="text">
  384. <string>&amp;Cancel</string>
  385. </property>
  386. <property name="toolTip">
  387. <string>Cancel module</string>
  388. </property>
  389. <property name="shortcut">
  390. <string>Ctrl+C</string>
  391. </property>
  392. </action>
  393. <action name="actionLoad">
  394. <property name="text">
  395. <string>&amp;Load Modules...</string>
  396. </property>
  397. <property name="toolTip">
  398. <string>Load module</string>
  399. </property>
  400. <property name="shortcut">
  401. <string>Ctrl+L</string>
  402. </property>
  403. </action>
  404. <action name="actionQuit">
  405. <property name="text">
  406. <string>E&amp;xit</string>
  407. </property>
  408. </action>
  409. <action name="actionPause">
  410. <property name="checkable">
  411. <bool>true</bool>
  412. </property>
  413. <property name="icon">
  414. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  415. <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
  416. </property>
  417. <property name="text">
  418. <string>&amp;Pause</string>
  419. </property>
  420. <property name="toolTip">
  421. <string>Pause module</string>
  422. </property>
  423. <property name="shortcut">
  424. <string>Ctrl+P</string>
  425. </property>
  426. </action>
  427. <action name="actionOptions">
  428. <property name="text">
  429. <string>&amp;Options...</string>
  430. </property>
  431. </action>
  432. <action name="actionReset">
  433. <property name="text">
  434. <string>Reset</string>
  435. </property>
  436. <property name="toolTip">
  437. <string>Reset to default values</string>
  438. </property>
  439. </action>
  440. <action name="actionClear_Cache">
  441. <property name="text">
  442. <string>Clear Cache</string>
  443. </property>
  444. </action>
  445. <action name="actionReload_Modules">
  446. <property name="text">
  447. <string>Reload Modules</string>
  448. </property>
  449. </action>
  450. </widget>
  451. <customwidgets>
  452. <customwidget>
  453. <class>ctkSearchBox</class>
  454. <extends>QLineEdit</extends>
  455. <header>ctkSearchBox.h</header>
  456. </customwidget>
  457. <customwidget>
  458. <class>ctkCmdLineModuleExplorerOutputText</class>
  459. <extends>QTextEdit</extends>
  460. <header>ctkCmdLineModuleExplorerOutputText.h</header>
  461. </customwidget>
  462. <customwidget>
  463. <class>ctkCmdLineModuleExplorerProgressListWidget</class>
  464. <extends>QWidget</extends>
  465. <header>ctkCmdLineModuleExplorerProgressListWidget.h</header>
  466. <container>1</container>
  467. </customwidget>
  468. <customwidget>
  469. <class>ctkCmdLineModuleExplorerTreeWidget</class>
  470. <extends>QTreeView</extends>
  471. <header>ctkCmdLineModuleExplorerTreeWidget.h</header>
  472. </customwidget>
  473. </customwidgets>
  474. <resources>
  475. <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
  476. </resources>
  477. <connections/>
  478. </ui>