2013-03-22 00:33:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-02-07 20:28:41 +00:00
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>BoxUi</class>
|
2010-02-15 23:17:45 +00:00
|
|
|
<widget class="QWidget" name="BoxUi">
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-05-16 10:46:08 +00:00
|
|
|
<width>531</width>
|
|
|
|
<height>381</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-02-15 23:17:45 +00:00
|
|
|
<property name="sizeGripEnabled" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-05-16 01:22:37 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
2015-05-11 19:30:32 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="TypesizeGB">
|
|
|
|
<property name="title">
|
2015-05-16 11:30:23 +00:00
|
|
|
<string>Type and Size</string>
|
2007-12-04 09:25:50 +00:00
|
|
|
</property>
|
2015-05-11 19:30:32 +00:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2007-12-04 09:25:50 +00:00
|
|
|
</property>
|
2015-05-11 19:30:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="widthED">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Width value</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="lyx::frontend::LengthCombo" name="widthUnitsLC"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="heightCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Height:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="widthCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Width:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-11 19:30:32 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="innerBoxLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Inner Bo&x:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>innerBoxCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-11 22:28:29 +00:00
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="innerBoxCO">
|
2015-05-11 19:30:32 +00:00
|
|
|
<property name="toolTip">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Inner box type</string>
|
2015-05-11 19:30:32 +00:00
|
|
|
</property>
|
2015-05-11 22:28:29 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Parbox</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Minipage</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="pagebreakCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Check this if the box should break across pages</string>
|
2015-05-11 19:30:32 +00:00
|
|
|
</property>
|
2015-05-11 22:28:29 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Allow &page breaks</string>
|
2015-05-11 19:30:32 +00:00
|
|
|
</property>
|
2015-05-11 22:28:29 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="lyx::frontend::LengthCombo" name="heightUnitsLC">
|
|
|
|
<property name="enabled">
|
2015-05-11 19:30:32 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-11 22:28:29 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="heightED">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2015-05-11 19:30:32 +00:00
|
|
|
<property name="toolTip">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Height value</string>
|
2015-05-11 19:30:32 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2007-12-04 09:25:50 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="0" column="1">
|
2015-05-11 19:30:32 +00:00
|
|
|
<widget class="QGroupBox" name="AlignmentGB">
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="title">
|
2007-10-05 11:58:34 +00:00
|
|
|
<string>Alignment</string>
|
|
|
|
</property>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="flat">
|
2007-10-05 11:58:34 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-05-11 19:30:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2015-05-11 22:28:29 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="halignLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Horizontal alignment of the content inside the box</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Horizontal</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="ialignLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Vertical alignment of the content inside the box</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Vertical</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Co&ntent:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>ialignCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="valignLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Vertical alignment of the box (with regard to baseline)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Box:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>valignCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="ialignCO">
|
2015-05-11 19:30:32 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2007-10-05 11:58:34 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="toolTip">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Vertical alignment of the content inside the box</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Top</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Middle</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Bottom</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Stretch</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
2015-05-11 19:30:32 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="valignCO">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Vertical alignment of the box (with regard to baseline)</string>
|
|
|
|
</property>
|
2007-10-05 11:58:34 +00:00
|
|
|
<item>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-11 19:30:32 +00:00
|
|
|
<string>Top</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Middle</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Bottom</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-11 22:28:29 +00:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QComboBox" name="halignCO">
|
2015-05-11 19:30:32 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2007-10-05 11:58:34 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="toolTip">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Horizontal alignment of the content inside the box</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Left</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Center</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Right</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2015-05-11 19:30:32 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="1" column="0">
|
2015-05-11 19:30:32 +00:00
|
|
|
<widget class="QGroupBox" name="DecorationGB">
|
|
|
|
<property name="title">
|
|
|
|
<string>Decoration</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="typeCO">
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="toolTip">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Decoration box types</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
2015-05-11 19:30:32 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="thicknessED">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="toolTip">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Thickness value</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="thicknessLA">
|
2015-05-11 22:28:29 +00:00
|
|
|
<property name="text">
|
2015-05-16 10:46:08 +00:00
|
|
|
<string>&Line thickness:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>thicknessED</cstring>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
2015-05-11 19:30:32 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="separationED">
|
2015-05-11 19:30:32 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2015-05-16 01:22:37 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Separation value</string>
|
|
|
|
</property>
|
2015-05-11 19:30:32 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="separationLA">
|
2010-02-07 20:28:41 +00:00
|
|
|
<property name="text">
|
2015-05-16 10:46:08 +00:00
|
|
|
<string>Box s&eparation:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>separationED</cstring>
|
2015-05-11 19:30:32 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="typeLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Decoration:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>typeCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="shadowsizeLA">
|
|
|
|
<property name="text">
|
2015-05-16 10:46:08 +00:00
|
|
|
<string>&Shadow size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>shadowsizeED</cstring>
|
2015-05-16 01:22:37 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="lyx::frontend::LengthCombo" name="thicknessUnitsLC">
|
2015-05-11 19:30:32 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="lyx::frontend::LengthCombo" name="separationUnitsLC">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-11 22:28:29 +00:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="lyx::frontend::LengthCombo" name="shadowsizeUnitsLC">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
2015-05-11 19:30:32 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="shadowsizeED">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-05-11 22:28:29 +00:00
|
|
|
<string>Size value</string>
|
2007-10-05 11:58:34 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-16 01:22:37 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QGroupBox" name="colorGB">
|
|
|
|
<property name="title">
|
|
|
|
<string>Color</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="2" column="2">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="backgroundColorLA">
|
|
|
|
<property name="text">
|
2015-05-16 10:46:08 +00:00
|
|
|
<string>Back&ground:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>backgroundColorCO</cstring>
|
2015-05-16 01:22:37 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="frameColorLA">
|
|
|
|
<property name="text">
|
2015-05-16 10:46:08 +00:00
|
|
|
<string>&Frame:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>frameColorCO</cstring>
|
2015-05-16 01:22:37 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="backgroundColorCO"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="frameColorCO"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-05 11:58:34 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2012-12-17 20:13:40 +00:00
|
|
|
<class>lyx::frontend::LengthCombo</class>
|
2006-08-31 13:07:05 +00:00
|
|
|
<extends>QComboBox</extends>
|
2007-04-26 03:53:02 +00:00
|
|
|
<header>LengthCombo.h</header>
|
2006-03-24 15:59:11 +00:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
2006-08-31 13:07:05 +00:00
|
|
|
<tabstop>innerBoxCO</tabstop>
|
2015-05-11 22:28:29 +00:00
|
|
|
<tabstop>widthCB</tabstop>
|
|
|
|
<tabstop>widthED</tabstop>
|
|
|
|
<tabstop>widthUnitsLC</tabstop>
|
2007-09-27 20:19:06 +00:00
|
|
|
<tabstop>heightCB</tabstop>
|
2015-05-11 22:28:29 +00:00
|
|
|
<tabstop>heightED</tabstop>
|
|
|
|
<tabstop>heightUnitsLC</tabstop>
|
|
|
|
<tabstop>pagebreakCB</tabstop>
|
2006-08-31 13:07:05 +00:00
|
|
|
<tabstop>ialignCO</tabstop>
|
|
|
|
<tabstop>halignCO</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>valignCO</tabstop>
|
2015-05-11 22:28:29 +00:00
|
|
|
<tabstop>typeCO</tabstop>
|
|
|
|
<tabstop>thicknessED</tabstop>
|
|
|
|
<tabstop>thicknessUnitsLC</tabstop>
|
|
|
|
<tabstop>separationED</tabstop>
|
|
|
|
<tabstop>separationUnitsLC</tabstop>
|
|
|
|
<tabstop>shadowsizeED</tabstop>
|
|
|
|
<tabstop>shadowsizeUnitsLC</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-09-27 20:19:06 +00:00
|
|
|
<includes>
|
2010-02-07 20:28:41 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-09-27 20:19:06 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
2007-10-05 00:36:38 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>heightCB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>heightED</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
2010-02-07 20:28:41 +00:00
|
|
|
<hint type="sourcelabel">
|
2007-10-05 00:36:38 +00:00
|
|
|
<x>75</x>
|
|
|
|
<y>83</y>
|
|
|
|
</hint>
|
2010-02-07 20:28:41 +00:00
|
|
|
<hint type="destinationlabel">
|
2007-10-05 00:36:38 +00:00
|
|
|
<x>171</x>
|
|
|
|
<y>83</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>heightCB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>heightUnitsLC</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
2010-02-07 20:28:41 +00:00
|
|
|
<hint type="sourcelabel">
|
2007-10-05 00:36:38 +00:00
|
|
|
<x>86</x>
|
|
|
|
<y>100</y>
|
|
|
|
</hint>
|
2010-02-07 20:28:41 +00:00
|
|
|
<hint type="destinationlabel">
|
2007-10-05 00:36:38 +00:00
|
|
|
<x>283</x>
|
|
|
|
<y>100</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|