diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 37333bf25ad9a4c538250f5af2f9f1d666362883 (patch) | |
tree | c45e8df5b9efbffe07eb3d9340df7811c7e16943 /ksysv/miscconfig.ui | |
download | tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.tar.gz tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.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/kdeadmin@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysv/miscconfig.ui')
-rw-r--r-- | ksysv/miscconfig.ui | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/ksysv/miscconfig.ui b/ksysv/miscconfig.ui new file mode 100644 index 0000000..0cfebe2 --- /dev/null +++ b/ksysv/miscconfig.ui @@ -0,0 +1,186 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>MiscConfiguration</class> +<author>Peter Putzer</author> +<widget class="QWidget"> + <property name="name"> + <cstring>MiscConfiguration</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>332</width> + <height>137</height> + </rect> + </property> + <property name="caption"> + <string>Miscellaneous</string> + </property> + <property name="layoutMargin" stdset="0"> + </property> + <property name="layoutSpacing" stdset="0"> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>mMessagesBox</cstring> + </property> + <property name="title"> + <string>Informational Messages</string> + </property> + <property name="layoutMargin" stdset="0"> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>Layout12</cstring> + </property> + <property name="layoutSpacing" stdset="0"> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>mShowAllLabel</cstring> + </property> + <property name="text"> + <string>Show all messages again:</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>mShowAll</cstring> + </property> + <property name="text"> + <string>&Show All</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>mWarnReadOnly</cstring> + </property> + <property name="text"> + <string>&Warn if not allowed to write configuration</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>mWarnSortingNumber</cstring> + </property> + <property name="text"> + <string>Warn &if unable to generate a sorting number</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QFrame"> + <property name="name"> + <cstring>mSpacer</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>10</height> + </size> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer7</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> + </vbox> +</widget> +<connections> + <connection> + <sender>mWarnReadOnly</sender> + <signal>toggled(bool)</signal> + <receiver>MiscConfiguration</receiver> + <slot>slotChanged()</slot> + </connection> + <connection> + <sender>mWarnSortingNumber</sender> + <signal>toggled(bool)</signal> + <receiver>MiscConfiguration</receiver> + <slot>slotChanged()</slot> + </connection> +</connections> +<includes> + <include location="global" impldecl="in declaration">klocale.h</include> +</includes> +<slots> + <slot access="protected">slotChanged()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |