lyx_mirror/src/frontends/qt/ui/ParagraphUi.ui
Juergen Spitzmueller 560d2df70c Capitalization fixes
2020-12-02 14:52:51 +01:00

268 lines
7.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ParagraphUi</class>
<widget class="QDialog" name="ParagraphUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>487</width>
<height>303</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="windowTitle">
<string/>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Line &amp;spacing</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<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="1">
<widget class="QLineEdit" name="linespacingValue">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QComboBox" name="linespacing">
<item>
<property name="text">
<string>Default</string>
</property>
</item>
<item>
<property name="text">
<string>Single</string>
</property>
</item>
<item>
<property name="text">
<string>1.5</string>
</property>
</item>
<item>
<property name="text">
<string>Double</string>
</property>
</item>
<item>
<property name="text">
<string>Custom</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1" rowspan="3" colspan="2">
<widget class="QGroupBox" name="aligmentGB">
<property name="title">
<string>Alignment</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<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="1" column="0">
<widget class="QRadioButton" name="alignJustRB">
<property name="text">
<string>&amp;Justified</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QRadioButton" name="alignLeftRB">
<property name="text">
<string>&amp;Left</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QRadioButton" name="alignCenterRB">
<property name="text">
<string>&amp;Center</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QRadioButton" name="alignRightRB">
<property name="text">
<string>Ri&amp;ght</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="alignDefaultRB">
<property name="toolTip">
<string>Use the default alignment for this paragraph, whatever it is.</string>
</property>
<property name="text">
<string>Paragraph's &amp;Default</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="labelwidthGB">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Label Width</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<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&amp;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">
<widget class="QCheckBox" name="noindentCB">
<property name="text">
<string>&amp;Do not indent paragraph</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3">
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>351</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<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&amp;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>
</layout>
</widget>
<tabstops>
<tabstop>linespacing</tabstop>
<tabstop>linespacingValue</tabstop>
<tabstop>labelWidth</tabstop>
<tabstop>noindentCB</tabstop>
<tabstop>alignDefaultRB</tabstop>
<tabstop>alignJustRB</tabstop>
<tabstop>alignLeftRB</tabstop>
<tabstop>alignCenterRB</tabstop>
<tabstop>alignRightRB</tabstop>
<tabstop>synchronizedViewCB</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>