summaryrefslogtreecommitdiffstats
path: root/ksysv/miscconfig.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/miscconfig.ui')
-rw-r--r--ksysv/miscconfig.ui186
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>&amp;Show All</string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>mWarnReadOnly</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;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 &amp;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>