1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ctkCmdLineModuleExplorerModulesSettings</class>
- <widget class="QWidget" name="ctkCmdLineModuleExplorerModulesSettings">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Registered Modules</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="leftMargin">
- <number>6</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <item>
- <widget class="QGroupBox" name="groupBox">
- <property name="title">
- <string>Registered Modules</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="ctkPathListWidget" name="PathListWidget">
- <property name="mode">
- <enum>ctkPathListWidget::FilesOnly</enum>
- </property>
- <property name="fileOptions">
- <set>ctkPathListWidget::Executable|ctkPathListWidget::Exists|ctkPathListWidget::Readable</set>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="ctkPathListButtonsWidget" name="PathListButtonsWidget">
- <property name="buttonsAutoRaise">
- <bool>true</bool>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ctkPathListButtonsWidget</class>
- <extends>QWidget</extends>
- <header>ctkPathListButtonsWidget.h</header>
- </customwidget>
- <customwidget>
- <class>ctkPathListWidget</class>
- <extends>QListView</extends>
- <header>ctkPathListWidget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|