PageLayoutUi.ui: group everything into boxes for a consistent layout with the other document settings UI

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-07-14 01:38:15 +00:00
parent b015528fca
commit 14efd07a82

View File

@ -1,243 +1,271 @@
<ui version="4.0" > <ui version="4.0" >
<class>PageLayoutUi</class> <class>PageLayoutUi</class>
<widget class="QWidget" name="PageLayoutUi" > <widget class="QWidget" name="PageLayoutUi">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>407</width> <width>362</width>
<height>377</height> <height>308</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string/> <string/>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" name="gridLayout_3">
<property name="margin" > <item row="0" column="0">
<number>9</number> <widget class="QGroupBox" name="paperFormatGB">
</property> <property name="title">
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="1" colspan="13" >
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>Paper Format</string> <string>Paper Format</string>
</property> </property>
</widget> <property name="flat">
</item> <bool>true</bool>
<item>
<widget class="QFrame" name="frame_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="frameShape" > <layout class="QGridLayout" name="gridLayout">
<enum>QFrame::HLine</enum> <item row="0" column="0">
</property> <widget class="QLabel" name="papersizeL">
<property name="frameShadow" > <property name="text">
<enum>QFrame::Sunken</enum>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1" >
<widget class="QLabel" name="papersizeL" >
<property name="text" >
<string>&amp;Format:</string> <string>&amp;Format:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>papersizeCO</cstring> <cstring>papersizeCO</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="5" colspan="8" > <item row="0" column="1">
<widget class="QComboBox" name="papersizeCO" > <widget class="QComboBox" name="papersizeCO">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" > <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip" > <property name="toolTip">
<string>Choose a particular paper size, or set your own with "Custom"</string> <string>Choose a particular paper size, or set your own with &quot;Custom&quot;</string>
</property> </property>
<property name="maxVisibleItems" > <property name="maxVisibleItems">
<number>20</number> <number>20</number>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="13" > <item row="0" column="3">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>43</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="2" column="1" > <item row="1" column="0">
<widget class="QLabel" name="paperheightL" > <widget class="QLabel" name="paperheightL">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Height:</string> <string>&amp;Height:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>paperheightLE</cstring> <cstring>paperheightLE</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="5" > <item row="1" column="1">
<widget class="QLineEdit" name="paperheightLE" > <widget class="QLineEdit" name="paperheightLE">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" > <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="12" > <item row="1" column="2">
<widget class="LengthCombo" name="paperheightUnitCO" /> <widget class="LengthCombo" name="paperheightUnitCO"/>
</item> </item>
<item row="3" column="1" > <item row="2" column="0">
<widget class="QLabel" name="paperwidthL" > <widget class="QLabel" name="paperwidthL">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Width:</string> <string>&amp;Width:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>paperwidthLE</cstring> <cstring>paperwidthLE</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="5" > <item row="2" column="1">
<widget class="QLineEdit" name="paperwidthLE" > <widget class="QLineEdit" name="paperwidthLE">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" > <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="12" > <item row="2" column="2">
<widget class="LengthCombo" name="paperwidthUnitCO" /> <widget class="LengthCombo" name="paperwidthUnitCO"/>
</item> </item>
<item row="4" column="1" > <item row="3" column="0">
<widget class="QLabel" name="label_3" > <widget class="QLabel" name="label_3">
<property name="text" > <property name="text">
<string>&amp;Orientation:</string> <string>&amp;Orientation:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>portraitRB</cstring> <cstring>portraitRB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="5" colspan="8" > <item row="3" column="1">
<widget class="QRadioButton" name="portraitRB" > <widget class="QRadioButton" name="portraitRB">
<property name="text" > <property name="text">
<string>&amp;Portrait</string> <string>&amp;Portrait</string>
</property> </property>
<property name="checked" > <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="5" colspan="8" > <item row="4" column="1">
<widget class="QRadioButton" name="landscapeRB" > <widget class="QRadioButton" name="landscapeRB">
<property name="text" > <property name="text">
<string>&amp;Landscape</string> <string>&amp;Landscape</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="1" colspan="13" > </layout>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>Page Layout</string>
</property>
</widget> </widget>
</item> </item>
<item> <item row="1" column="0">
<widget class="QFrame" name="frame" > <widget class="QGroupBox" name="pageLayoutGB">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" > <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="frameShape" > <property name="title">
<enum>QFrame::HLine</enum> <string>Page Layout</string>
</property> </property>
<property name="frameShadow" > <property name="flat">
<enum>QFrame::Sunken</enum> <bool>true</bool>
</property> </property>
</widget> <layout class="QGridLayout" name="gridLayout_2">
</item> <item row="0" column="0">
</layout> <widget class="QLabel" name="pagestyleL">
</item> <property name="text">
<item row="7" column="1" colspan="2" >
<widget class="QLabel" name="pagestyleL" >
<property name="text" >
<string>Headings &amp;style:</string> <string>Headings &amp;style:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>pagestyleCO</cstring> <cstring>pagestyleCO</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="5" colspan="8" > <item row="0" column="1" colspan="2">
<widget class="QComboBox" name="pagestyleCO" > <widget class="QComboBox" name="pagestyleCO">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" > <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip" > <property name="toolTip">
<string>Style used for the page header and footer</string> <string>Style used for the page header and footer</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="13" > <item row="0" column="3">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size>
<width>168</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" colspan="3">
<widget class="QCheckBox" name="facingPagesCB">
<property name="toolTip">
<string>Lay out the page for double-sided printing</string>
</property>
<property name="text">
<string>&amp;Two-sided document</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Background Color:</string>
</property>
<property name="buddy">
<cstring></cstring>
</property>
</widget>
</item>
<item row="2" column="2" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="backgroundPB">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>&amp;Change...</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="delbackgroundTB">
<property name="minimumSize">
<size>
<width>23</width>
<height>23</height>
</size>
</property>
<property name="toolTip">
<string>Revert the color to the default</string>
</property>
<property name="text">
<string>R&amp;eset</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextOnly</enum>
</property>
<property name="arrowType">
<enum>Qt::LeftArrow</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -245,35 +273,20 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="8" column="1" colspan="12" > </layout>
<widget class="QCheckBox" name="facingPagesCB" > </item>
<property name="toolTip" > </layout>
<string>Lay out the page for double-sided printing</string>
</property>
<property name="text" >
<string>&amp;Two-sided document</string>
</property>
</widget> </widget>
</item> </item>
<item row="9" column="1" colspan="3" > <item row="2" column="0">
<widget class="QLabel" name="label_4" >
<property name="text" >
<string>Background Color:</string>
</property>
<property name="buddy" >
<cstring></cstring>
</property>
</widget>
</item>
<item row="10" column="5" >
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>51</width> <width>51</width>
<height>131</height> <height>131</height>
@ -281,61 +294,6 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="9" column="5" colspan="4" >
<layout class="QHBoxLayout" name="horizontalLayout_2" >
<item>
<widget class="QPushButton" name="backgroundPB" >
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip" >
<string/>
</property>
<property name="text" >
<string>&amp;Change...</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="delbackgroundTB" >
<property name="minimumSize" >
<size>
<width>23</width>
<height>23</height>
</size>
</property>
<property name="toolTip" >
<string>Revert the color to the default</string>
</property>
<property name="text" >
<string>R&amp;eset</string>
</property>
<property name="toolButtonStyle" >
<enum>Qt::ToolButtonTextOnly</enum>
</property>
<property name="arrowType" >
<enum>Qt::LeftArrow</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>
@ -357,7 +315,7 @@
<tabstop>facingPagesCB</tabstop> <tabstop>facingPagesCB</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local" >qt_i18n.h</include> <include location="local">qt_i18n.h</include>
</includes> </includes>
<resources/> <resources/>
<connections/> <connections/>