You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
3.8 KiB
124 lines
3.8 KiB
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
|
|
<class>Misc</class>
|
|
<widget class="TQWidget">
|
|
<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="TQLabel" 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="TQSpinBox" 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="TQCheckBox" 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="TQComboBox" 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="TQLabel" 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>
|
|
<Q_SLOTS>
|
|
<slot>settingsWrapMode( int mode )</slot>
|
|
</Q_SLOTS>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|