diff options
Diffstat (limited to 'kcontrol/hwmanager/hwmanagerbase.ui')
-rw-r--r-- | kcontrol/hwmanager/hwmanagerbase.ui | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/hwmanagerbase.ui b/kcontrol/hwmanager/hwmanagerbase.ui new file mode 100644 index 000000000..355799e56 --- /dev/null +++ b/kcontrol/hwmanager/hwmanagerbase.ui @@ -0,0 +1,97 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>TDEHWManagerBase</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>TDEHWManagerBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>519</width> + <height>356</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQTabWidget" row="0" column="0"> + <property name="name"> + <cstring>TabWidget2</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <widget class="TQWidget"> + <property name="name"> + <cstring>tab</cstring> + </property> + <attribute name="title"> + <string>Hardware Devices</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQGroupBox" row="0" column="0"> + <property name="name"> + <cstring>groupSystemSettings</cstring> + </property> + <property name="title"> + <string>System Settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQCheckBox" row="0" column="0" colspan="2"> + <property name="name"> + <cstring>showByConnection</cstring> + </property> + <property name="text"> + <string>&List devices by connection</string> + </property> + </widget> + <widget class="DeviceIconView" row="1" column="1" colspan="4"> + <property name="name"> + <cstring>deviceTree</cstring> + </property> + </widget> + </grid> + </widget> + <spacer row="4" column="0"> + <property name="name" stdset="0"> + <cstring>Spacer4</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + </widget> + </grid> +</widget> +<includes> + <include location="local" impldecl="in implementation">TDEHWManagerBase.ui.h</include> + <include location="local" impldecl="in implementation">deviceiconview.h</include> +</includes> +<Q_SLOTS> + <slot>enableSupport_toggled(bool)</slot> +</Q_SLOTS> +<includes> + <include location="local" impldecl="in implementation">kdialog.h</include> +</includes> +<layoutdefaults spacing="3" margin="6"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</UI> |