2018-05-10 20:15:11 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2006-08-25 13:40:01 +00:00
|
|
|
<class>FloatPlacementUi</class>
|
2018-05-10 20:15:11 +02:00
|
|
|
<widget class="QWidget" name="FloatPlacementUi">
|
|
|
|
<property name="geometry">
|
2006-08-25 13:40:01 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-05-10 20:15:11 +02:00
|
|
|
<width>530</width>
|
|
|
|
<height>413</height>
|
2006-08-25 13:40:01 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<property name="windowTitle">
|
2006-08-25 13:40:01 +00:00
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="floatTypeTitle">
|
|
|
|
<property name="text">
|
|
|
|
<string>Float T&ype:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>floatTypeCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="floatTypeCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-02-08 22:09:40 +00:00
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="2" column="3" rowspan="3">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2010-02-08 22:09:40 +00:00
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>154</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2010-02-08 22:09:40 +00:00
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="4" column="0">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2006-08-25 13:40:01 +00:00
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QGroupBox" name="aligmentGB">
|
|
|
|
<property name="title">
|
|
|
|
<string>Alignment of Contents</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="_2">
|
|
|
|
<property name="leftMargin">
|
2006-08-25 13:40:01 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2006-08-25 13:40:01 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignDocDefaultRB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Use the document's default alignment for floats, as specified in Document Settings.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-05-11 12:57:28 +02:00
|
|
|
<string>D&ocument Default</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignLeftRB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Left-align float contents</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Left</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignCenterRB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Center float contents</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Center</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignRightRB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Right-align float contents</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Right</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QRadioButton" name="alignClassDefaultRB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Use the class' default alignment for floats, whatever it is.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-05-11 12:57:28 +02:00
|
|
|
<string>Class &Default</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="optionsGB">
|
|
|
|
<property name="title">
|
|
|
|
<string>Further Options</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="spanCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Span columns</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="sidewaysCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rotate side&ways</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="1" column="0" rowspan="2" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Position on Page</string>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="placementLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Place&ment Settings:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>placementCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="placementCO"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="topCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Top of page</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="bottomCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Bottom of page</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="pageCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Page of floats</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QCheckBox" name="herepossiblyCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Here if possible</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QCheckBox" name="heredefinitelyCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Here de&finitely</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QCheckBox" name="ignoreCB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Ignore LaTeX rules</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-08-25 13:40:01 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="0" column="1" colspan="3">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-08-25 13:40:01 +00:00
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>303</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2006-08-25 13:40:01 +00:00
|
|
|
</item>
|
2018-05-10 20:15:11 +02:00
|
|
|
<item row="1" column="4">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2007-10-10 01:07:49 +00:00
|
|
|
</property>
|
2018-05-10 20:15:11 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-10-10 01:07:49 +00:00
|
|
|
<size>
|
2018-05-10 20:15:11 +02:00
|
|
|
<width>40</width>
|
2007-10-10 01:07:49 +00:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2006-08-25 13:40:01 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-09-24 16:39:29 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>topCB</tabstop>
|
|
|
|
<tabstop>bottomCB</tabstop>
|
|
|
|
<tabstop>pageCB</tabstop>
|
|
|
|
<tabstop>herepossiblyCB</tabstop>
|
|
|
|
<tabstop>heredefinitelyCB</tabstop>
|
|
|
|
<tabstop>ignoreCB</tabstop>
|
|
|
|
</tabstops>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2018-05-10 20:15:11 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2006-11-07 17:56:32 +00:00
|
|
|
</includes>
|
2006-08-25 13:40:01 +00:00
|
|
|
<resources/>
|
2018-05-10 20:15:11 +02:00
|
|
|
<connections/>
|
2006-08-25 13:40:01 +00:00
|
|
|
</ui>
|