2015-01-22 01:07:40 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>ParagraphUi</class>
|
2015-01-22 01:07:40 +01:00
|
|
|
<widget class="QDialog" name="ParagraphUi">
|
|
|
|
<property name="geometry">
|
2007-10-10 01:07:49 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-10-30 13:34:36 -04:00
|
|
|
<width>487</width>
|
2018-07-10 09:04:42 +02:00
|
|
|
<height>303</height>
|
2007-10-10 01:07:49 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="focusPolicy">
|
2007-04-11 14:04:40 +00:00
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2007-09-27 10:44:29 +00:00
|
|
|
<string>Line &spacing</string>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="flat">
|
2007-09-27 20:04:18 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<layout class="QGridLayout">
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2007-09-27 10:44:29 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="spacing">
|
2007-09-27 10:44:29 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="linespacingValue">
|
|
|
|
<property name="enabled">
|
2007-09-27 20:04:18 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QComboBox" name="linespacing">
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="text">
|
2007-09-27 10:44:29 +00:00
|
|
|
<string>Default</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="text">
|
2007-09-27 10:44:29 +00:00
|
|
|
<string>Single</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="text">
|
2007-09-27 10:44:29 +00:00
|
|
|
<string>1.5</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="text">
|
2007-09-27 10:44:29 +00:00
|
|
|
<string>Double</string>
|
|
|
|
</property>
|
2007-09-27 08:56:18 +00:00
|
|
|
</item>
|
2007-09-27 10:44:29 +00:00
|
|
|
<item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="text">
|
2007-09-27 10:44:29 +00:00
|
|
|
<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>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="0" column="1" rowspan="3" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="aligmentGB">
|
|
|
|
<property name="title">
|
2009-11-30 16:10:44 +00:00
|
|
|
<string>Alignment</string>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="flat">
|
2009-11-30 16:10:44 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<layout class="QGridLayout">
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2009-11-30 16:10:44 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="spacing">
|
2009-11-30 16:10:44 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignJustRB">
|
|
|
|
<property name="text">
|
2009-11-30 16:10:44 +00:00
|
|
|
<string>&Justified</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignLeftRB">
|
|
|
|
<property name="text">
|
2009-11-30 16:10:44 +00:00
|
|
|
<string>&Left</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignCenterRB">
|
|
|
|
<property name="text">
|
2018-07-10 09:04:42 +02:00
|
|
|
<string>&Center</string>
|
2009-11-30 16:10:44 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignRightRB">
|
|
|
|
<property name="text">
|
2009-11-30 16:10:44 +00:00
|
|
|
<string>Ri&ght</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignDefaultRB">
|
|
|
|
<property name="toolTip">
|
2009-11-30 16:10:44 +00:00
|
|
|
<string>Use the default alignment for this paragraph, whatever it is.</string>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="text">
|
2009-11-30 16:10:44 +00:00
|
|
|
<string>Paragraph's &Default</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-10 09:04:42 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="labelwidthGB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Label Width</string>
|
2009-11-30 16:10:44 +00:00
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2015-01-22 01:07:40 +01:00
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="TextLabel2">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>This text defines the width of the paragraph label</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lo&ngest label</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>labelWidth</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2020-10-30 13:34:36 -04:00
|
|
|
<widget class="QCheckBox" name="noindentCB">
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="text">
|
2020-12-02 14:52:51 +01:00
|
|
|
<string>&Do not indent paragraph</string>
|
2018-07-10 09:04:42 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
2009-11-30 16:10:44 +00:00
|
|
|
</item>
|
2015-01-22 01:07:40 +01:00
|
|
|
<item row="3" column="0" colspan="3">
|
2009-11-30 16:10:44 +00:00
|
|
|
<spacer>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="orientation">
|
2009-11-30 16:10:44 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2015-01-22 01:07:40 +01:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-11-30 16:10:44 +00:00
|
|
|
<size>
|
|
|
|
<width>351</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-07-10 09:04:42 +02:00
|
|
|
<item row="4" column="0" rowspan="2" colspan="2">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>281</width>
|
|
|
|
<height>31</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="2">
|
|
|
|
<widget class="QCheckBox" name="synchronizedViewCB">
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>I&mmediate Apply</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0" colspan="3">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-27 08:56:18 +00:00
|
|
|
</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>labelWidth</tabstop>
|
2020-10-30 13:34:36 -04:00
|
|
|
<tabstop>noindentCB</tabstop>
|
2008-09-21 15:25:04 +00:00
|
|
|
<tabstop>alignDefaultRB</tabstop>
|
|
|
|
<tabstop>alignJustRB</tabstop>
|
|
|
|
<tabstop>alignLeftRB</tabstop>
|
|
|
|
<tabstop>alignCenterRB</tabstop>
|
|
|
|
<tabstop>alignRightRB</tabstop>
|
|
|
|
<tabstop>synchronizedViewCB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-04-11 14:04:40 +00:00
|
|
|
<includes>
|
2015-01-22 01:07:40 +01:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-04-11 14:04:40 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|