2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>ParagraphUi</class>
|
2007-09-26 13:13:01 +00:00
|
|
|
<widget class="QWidget" name="ParagraphUi" >
|
2007-04-11 14:04:40 +00:00
|
|
|
<property name="focusPolicy" >
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
2007-04-14 09:49:52 +00:00
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2007-09-26 13:13:01 +00:00
|
|
|
</property>
|
2007-09-27 20:04:18 +00:00
|
|
|
<item row="2" column="0" >
|
2007-09-27 10:44:29 +00:00
|
|
|
<widget class="QCheckBox" name="indentCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Indent Paragraph</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-27 20:04:18 +00:00
|
|
|
<item row="1" column="0" >
|
2007-09-27 10:44:29 +00:00
|
|
|
<widget class="QGroupBox" name="labelwidthGB" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title" >
|
|
|
|
<string>Label Width</string>
|
|
|
|
</property>
|
2007-09-27 20:04:18 +00:00
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2007-09-27 10:44:29 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-09-27 20:04:18 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QLineEdit" name="labelWidth" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>This text defines the width of the paragraph label</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="TextLabel2" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>This text defines the width of the paragraph label</string>
|
2007-09-27 08:56:18 +00:00
|
|
|
</property>
|
2007-09-27 10:44:29 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string>&Longest label</string>
|
2007-09-27 08:56:18 +00:00
|
|
|
</property>
|
2007-09-27 10:44:29 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>labelWidth</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-27 20:04:18 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item rowspan="3" row="0" column="1" >
|
|
|
|
<widget class="QGroupBox" name="aligmentGB" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Alignment</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QRadioButton" name="alignDefaultRB" >
|
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<family>MS Shell Dlg 2</family>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
|
|
|
<underline>false</underline>
|
|
|
|
<strikeout>false</strikeout>
|
|
|
|
</font>
|
|
|
|
</property>
|
2007-09-27 10:44:29 +00:00
|
|
|
<property name="toolTip" >
|
2007-09-27 20:04:18 +00:00
|
|
|
<string>Use the default alignment for this paragraph, whatever it is.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Paragraph's &Default</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QRadioButton" name="alignJustRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Justified</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QRadioButton" name="alignLeftRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Left</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" >
|
|
|
|
<widget class="QRadioButton" name="alignCenterRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Center</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" >
|
|
|
|
<widget class="QRadioButton" name="alignRightRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Right</string>
|
2007-09-27 10:44:29 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-27 20:04:18 +00:00
|
|
|
<item row="0" column="0" >
|
2007-09-27 10:44:29 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Line &spacing</string>
|
|
|
|
</property>
|
2007-09-27 20:04:18 +00:00
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2007-09-27 10:44:29 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-09-27 20:04:18 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QLineEdit" name="linespacingValue" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QComboBox" name="linespacing" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Default</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Single</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>1.5</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Double</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Custom</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-27 20:04:18 +00:00
|
|
|
<item row="3" column="0" colspan="2" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
2007-09-27 10:44:29 +00:00
|
|
|
</property>
|
2007-09-27 20:04:18 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2007-09-27 10:44:29 +00:00
|
|
|
</property>
|
2007-09-27 20:04:18 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="restorePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Restore</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="synchronizedViewCB" >
|
|
|
|
<property name="layoutDirection" >
|
|
|
|
<enum>Qt::RightToLeft</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>I&mmediate Apply</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="applyPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Apply</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>linespacing</tabstop>
|
|
|
|
<tabstop>linespacingValue</tabstop>
|
|
|
|
<tabstop>indentCB</tabstop>
|
|
|
|
<tabstop>labelWidth</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>restorePB</tabstop>
|
|
|
|
<tabstop>applyPB</tabstop>
|
|
|
|
</tabstops>
|
2007-04-11 14:04:40 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local" >qt_helpers.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|