summaryrefslogtreecommitdiffstats
path: root/kedit/misc.ui
diff options
context:
space:
mode:
Diffstat (limited to 'kedit/misc.ui')
-rw-r--r--kedit/misc.ui123
1 files changed, 123 insertions, 0 deletions
diff --git a/kedit/misc.ui b/kedit/misc.ui
new file mode 100644
index 0000000..2a30333
--- /dev/null
+++ b/kedit/misc.ui
@@ -0,0 +1,123 @@
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<class>Misc</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>Misc</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>300</width>
+ <height>164</height>
+ </rect>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <widget class="QLabel" row="0" column="0">
+ <property name="name">
+ <cstring>textLabel3</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Word wrap:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>kcfg_WrapMode</cstring>
+ </property>
+ </widget>
+ <widget class="QSpinBox" row="1" column="1">
+ <property name="name">
+ <cstring>kcfg_WrapColumn</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="maxValue">
+ <number>999999999</number>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>kcfg_BackupCopies</cstring>
+ </property>
+ <property name="text">
+ <string>Make &amp;backup when saving a file</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QComboBox" row="0" column="1">
+ <item>
+ <property name="text">
+ <string>Disable Wrapping</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Soft Wrapping</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>At Specified Column</string>
+ </property>
+ </item>
+ <property name="name">
+ <cstring>kcfg_WrapMode</cstring>
+ </property>
+ </widget>
+ <spacer row="3" column="1">
+ <property name="name">
+ <cstring>spacer2</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>101</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QLabel" row="1" column="0">
+ <property name="name">
+ <cstring>wrapLabel</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Wrap &amp;column:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>kcfg_WrapColumn</cstring>
+ </property>
+ </widget>
+ </grid>
+</widget>
+<connections>
+ <connection>
+ <sender>kcfg_WrapMode</sender>
+ <signal>activated(int)</signal>
+ <receiver>Misc</receiver>
+ <slot>settingsWrapMode(int)</slot>
+ </connection>
+</connections>
+<includes>
+ <include location="local" impldecl="in implementation">misc.ui.h</include>
+</includes>
+<slots>
+ <slot>settingsWrapMode( int mode )</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>