summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwmanagerbase.ui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-05 22:01:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-05 22:01:03 -0500
commit0d6bebc5f5bacd360dcee8f58b93ae3c99028c75 (patch)
treeb3936440d248b4f628b9e6c42f0f2b0deaacf793 /kcontrol/hwmanager/hwmanagerbase.ui
parent3a36b8dd807011ce65b758c7ea18226324565f59 (diff)
downloadtdebase-0d6bebc5f5bacd360dcee8f58b93ae3c99028c75.tar.gz
tdebase-0d6bebc5f5bacd360dcee8f58b93ae3c99028c75.zip
Add rudimentary device manager to kcontrol
Diffstat (limited to 'kcontrol/hwmanager/hwmanagerbase.ui')
-rw-r--r--kcontrol/hwmanager/hwmanagerbase.ui97
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>&amp;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>