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.
koffice/lib/kotext/kolayouttabbase.ui

295 lines
12 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KoLayoutTabBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>koLayoutTabBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>356</width>
<height>206</height>
</rect>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>positionButtonGroup</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Position</string>
</property>
<property name="exclusive">
<bool>true</bool>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>normalPosRadioButton</cstring>
</property>
<property name="text">
<string>Normal</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="buttonGroupId">
<number>0</number>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>Superscript</cstring>
</property>
<property name="text">
<string>Superscript</string>
</property>
<property name="buttonGroupId">
<number>2</number>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>subscriptRadioButton</cstring>
</property>
<property name="text">
<string>Subscript</string>
</property>
<property name="buttonGroupId">
<number>1</number>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>61</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout2</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KDoubleSpinBox" row="2" column="1">
<property name="name">
<cstring>relativeSizeKDoubleSpinBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="suffix">
<string> %</string>
</property>
<property name="maxValue">
<number>100</number>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="value">
<number>66</number>
</property>
</widget>
<widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>customRadioButton</cstring>
</property>
<property name="text">
<string>Custom</string>
</property>
<property name="buttonGroupId">
<number>3</number>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>offsetLabel</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Offset:</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>relativeSizeLabel</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Relative size:</string>
</property>
</widget>
<widget class="TQSpinBox" row="1" column="1">
<property name="name">
<cstring>offsetSpinBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="suffix">
<string> pts</string>
</property>
<property name="maxValue">
<number>9</number>
</property>
<property name="minValue">
<number>-9</number>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</grid>
</widget>
</hbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>hyphenGroupBox</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Hyphenation</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>hyphenateCheckBox</cstring>
</property>
<property name="text">
<string>Auto hyphenation</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<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>16</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<connections>
<connection>
<sender>customRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>offsetSpinBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>customRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>offsetLabel</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>customRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>relativeSizeLabel</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>customRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>relativeSizeKDoubleSpinBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>Superscript</sender>
<signal>toggled(bool)</signal>
<receiver>relativeSizeLabel</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>Superscript</sender>
<signal>toggled(bool)</signal>
<receiver>relativeSizeKDoubleSpinBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>subscriptRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>relativeSizeLabel</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>subscriptRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>relativeSizeKDoubleSpinBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<includes>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in declaration">knuminput.h</include>
<include location="global" impldecl="in declaration">tdelocale.h</include>
</includes>
</UI>