summaryrefslogtreecommitdiffstats
path: root/kget/dlgsystembase.ui
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kget/dlgsystembase.ui
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kget/dlgsystembase.ui')
-rw-r--r--kget/dlgsystembase.ui169
1 files changed, 169 insertions, 0 deletions
diff --git a/kget/dlgsystembase.ui b/kget/dlgsystembase.ui
new file mode 100644
index 00000000..beee27eb
--- /dev/null
+++ b/kget/dlgsystembase.ui
@@ -0,0 +1,169 @@
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<class>DlgSystemBase</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>DlgSystemBase</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>389</width>
+ <height>137</height>
+ </rect>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3">
+ <property name="name">
+ <cstring>cb_useAnimation</cstring>
+ </property>
+ <property name="text">
+ <string>Use animation</string>
+ </property>
+ </widget>
+ <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>textLabel4</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Window style:</string>
+ </property>
+ </widget>
+ <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>textLabel5</cstring>
+ </property>
+ <property name="text">
+ <string>Font:</string>
+ </property>
+ </widget>
+ <widget class="KFontRequester" row="2" column="2" rowspan="1" colspan="5">
+ <property name="name">
+ <cstring>le_font</cstring>
+ </property>
+ </widget>
+ <widget class="QButtonGroup" row="1" column="2" rowspan="1" colspan="4">
+ <property name="name">
+ <cstring>bg_window</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="frameShape">
+ <enum>NoFrame</enum>
+ </property>
+ <property name="title">
+ <string></string>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>rb_normal</cstring>
+ </property>
+ <property name="text">
+ <string>Normal</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>rb_docked</cstring>
+ </property>
+ <property name="text">
+ <string>Docked</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>rb_droptarget</cstring>
+ </property>
+ <property name="text">
+ <string>Drop target</string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <spacer row="1" column="6">
+ <property name="name">
+ <cstring>spacer8</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <spacer row="3" column="0">
+ <property name="name">
+ <cstring>spacer9</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>40</width>
+ <height>10</height>
+ </size>
+ </property>
+ </spacer>
+ </grid>
+</widget>
+<customwidgets>
+</customwidgets>
+<connections>
+ <connection>
+ <sender>cb_useAnimation</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>DlgSystemBase</receiver>
+ <slot>slotChanged()</slot>
+ </connection>
+ <connection>
+ <sender>bg_window</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>DlgSystemBase</receiver>
+ <slot>slotChanged()</slot>
+ </connection>
+ <connection>
+ <sender>le_font</sender>
+ <signal>fontSelected(const QFont&amp;)</signal>
+ <receiver>DlgSystemBase</receiver>
+ <slot>slotChanged()</slot>
+ </connection>
+</connections>
+<includes>
+ <include location="global" impldecl="in implementation">kdialog.h</include>
+</includes>
+<slots>
+ <slot access="protected" specifier="pure virtual">slotChanged()</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
+<includehints>
+ <includehint>kfontrequester.h</includehint>
+</includehints>
+</UI>