123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ctkCmdLineModuleExplorerMainWindow</class>
- <widget class="QMainWindow" name="ctkCmdLineModuleExplorerMainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>CTK Command Line Module Explorer</string>
- </property>
- <property name="dockOptions">
- <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="QTabWidget" name="mainTabWidget">
- <property name="currentIndex">
- <number>-1</number>
- </property>
- <property name="elideMode">
- <enum>Qt::ElideMiddle</enum>
- </property>
- <property name="tabsClosable">
- <bool>true</bool>
- </property>
- <property name="movable">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>25</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFile">
- <property name="title">
- <string>&File</string>
- </property>
- <addaction name="actionLoad"/>
- <addaction name="separator"/>
- <addaction name="actionQuit"/>
- </widget>
- <widget class="QMenu" name="menuModule">
- <property name="title">
- <string>&Module</string>
- </property>
- <addaction name="actionRun"/>
- <addaction name="actionPause"/>
- <addaction name="actionCancel"/>
- <addaction name="actionReset"/>
- <addaction name="separator"/>
- <addaction name="actionOptions"/>
- </widget>
- <addaction name="menuFile"/>
- <addaction name="menuModule"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <widget class="QToolBar" name="toolBar">
- <property name="windowTitle">
- <string>toolBar</string>
- </property>
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- <addaction name="actionRun"/>
- <addaction name="actionPause"/>
- <addaction name="actionCancel"/>
- <addaction name="separator"/>
- <addaction name="actionReset"/>
- </widget>
- <widget class="QDockWidget" name="dockWidget">
- <property name="features">
- <set>QDockWidget::NoDockWidgetFeatures</set>
- </property>
- <property name="windowTitle">
- <string>Modules</string>
- </property>
- <attribute name="dockWidgetArea">
- <number>1</number>
- </attribute>
- <widget class="QWidget" name="dockWidgetContents">
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkCmdLineModuleExplorerTreeWidget" name="modulesTreeWidget">
- <attribute name="headerVisible">
- <bool>false</bool>
- </attribute>
- <column>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </column>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QDockWidget" name="dockWidget_2">
- <property name="features">
- <set>QDockWidget::NoDockWidgetFeatures</set>
- </property>
- <property name="windowTitle">
- <string>Progress Information</string>
- </property>
- <attribute name="dockWidgetArea">
- <number>1</number>
- </attribute>
- <widget class="QWidget" name="dockWidgetContents_2">
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="QWidget" name="progressInfoWidget" native="true">
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <property name="spacing">
- <number>4</number>
- </property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>4</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>4</number>
- </property>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QDockWidget" name="dockWidget_3">
- <property name="features">
- <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
- </property>
- <property name="allowedAreas">
- <set>Qt::BottomDockWidgetArea|Qt::RightDockWidgetArea|Qt::TopDockWidgetArea</set>
- </property>
- <property name="windowTitle">
- <string>Output</string>
- </property>
- <attribute name="dockWidgetArea">
- <number>8</number>
- </attribute>
- <widget class="QWidget" name="dockWidgetContents_3">
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkCmdLineModuleExplorerOutputText" name="outputText">
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <action name="actionRun">
- <property name="icon">
- <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
- <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
- </property>
- <property name="text">
- <string>Run</string>
- </property>
- <property name="toolTip">
- <string>Run module</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+R</string>
- </property>
- </action>
- <action name="actionCancel">
- <property name="icon">
- <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
- <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
- </property>
- <property name="text">
- <string>&Cancel</string>
- </property>
- <property name="toolTip">
- <string>Cancel module</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+C</string>
- </property>
- </action>
- <action name="actionLoad">
- <property name="text">
- <string>&Load Module...</string>
- </property>
- <property name="toolTip">
- <string>Load module</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+L</string>
- </property>
- </action>
- <action name="actionQuit">
- <property name="text">
- <string>E&xit</string>
- </property>
- </action>
- <action name="actionPause">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="icon">
- <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
- <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
- </property>
- <property name="text">
- <string>&Pause</string>
- </property>
- <property name="toolTip">
- <string>Pause module</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+P</string>
- </property>
- </action>
- <action name="actionOptions">
- <property name="text">
- <string>&Options...</string>
- </property>
- </action>
- <action name="actionReset">
- <property name="text">
- <string>Reset</string>
- </property>
- <property name="toolTip">
- <string>Reset to default values</string>
- </property>
- </action>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ctkCmdLineModuleExplorerTreeWidget</class>
- <extends>QTreeWidget</extends>
- <header>ctkCmdLineModuleExplorerTreeWidget.h</header>
- </customwidget>
- <customwidget>
- <class>ctkCmdLineModuleExplorerOutputText</class>
- <extends>QTextEdit</extends>
- <header>ctkCmdLineModuleExplorerOutputText.h</header>
- </customwidget>
- </customwidgets>
- <resources>
- <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
- </resources>
- <connections/>
- </ui>
|