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 | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /kedit/misc.ui | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.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/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kedit/misc.ui')
-rw-r--r-- | kedit/misc.ui | 123 |
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>&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 &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 &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> |