]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FloatPlacementUi.ui
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / ui / FloatPlacementUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>FloatPlacementUi</class>
4  <widget class="QWidget" name="FloatPlacementUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>530</width>
10     <height>413</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3">
17    <item row="0" column="0">
18     <layout class="QHBoxLayout" name="horizontalLayout_2">
19      <item>
20       <widget class="QLabel" name="floatTypeTitle">
21        <property name="text">
22         <string>Float T&amp;ype:</string>
23        </property>
24        <property name="buddy">
25         <cstring>floatTypeCO</cstring>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QComboBox" name="floatTypeCO">
31        <property name="sizePolicy">
32         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
33          <horstretch>1</horstretch>
34          <verstretch>0</verstretch>
35         </sizepolicy>
36        </property>
37       </widget>
38      </item>
39     </layout>
40    </item>
41    <item row="2" column="3" rowspan="3">
42     <spacer name="verticalSpacer">
43      <property name="orientation">
44       <enum>Qt::Vertical</enum>
45      </property>
46      <property name="sizeHint" stdset="0">
47       <size>
48        <width>20</width>
49        <height>154</height>
50       </size>
51      </property>
52     </spacer>
53    </item>
54    <item row="4" column="0">
55     <spacer>
56      <property name="orientation">
57       <enum>Qt::Vertical</enum>
58      </property>
59      <property name="sizeHint" stdset="0">
60       <size>
61        <width>20</width>
62        <height>20</height>
63       </size>
64      </property>
65     </spacer>
66    </item>
67    <item row="1" column="3">
68     <widget class="QGroupBox" name="aligmentGB">
69      <property name="title">
70       <string>Alignment of Contents</string>
71      </property>
72      <property name="flat">
73       <bool>true</bool>
74      </property>
75      <layout class="QGridLayout" name="_2">
76       <property name="leftMargin">
77        <number>9</number>
78       </property>
79       <property name="topMargin">
80        <number>9</number>
81       </property>
82       <property name="rightMargin">
83        <number>9</number>
84       </property>
85       <property name="bottomMargin">
86        <number>9</number>
87       </property>
88       <property name="spacing">
89        <number>6</number>
90       </property>
91       <item row="1" column="0">
92        <widget class="QRadioButton" name="alignDocDefaultRB">
93         <property name="toolTip">
94          <string>Use the document's default alignment for floats, as specified in Document Settings.</string>
95         </property>
96         <property name="text">
97          <string>D&amp;ocument Default</string>
98         </property>
99        </widget>
100       </item>
101       <item row="2" column="0">
102        <widget class="QRadioButton" name="alignLeftRB">
103         <property name="toolTip">
104          <string>Left-align float contents</string>
105         </property>
106         <property name="text">
107          <string>&amp;Left</string>
108         </property>
109        </widget>
110       </item>
111       <item row="3" column="0">
112        <widget class="QRadioButton" name="alignCenterRB">
113         <property name="toolTip">
114          <string>Center float contents</string>
115         </property>
116         <property name="text">
117          <string>&amp;Center</string>
118         </property>
119        </widget>
120       </item>
121       <item row="4" column="0">
122        <widget class="QRadioButton" name="alignRightRB">
123         <property name="toolTip">
124          <string>Right-align float contents</string>
125         </property>
126         <property name="text">
127          <string>&amp;Right</string>
128         </property>
129        </widget>
130       </item>
131       <item row="0" column="0">
132        <widget class="QRadioButton" name="alignClassDefaultRB">
133         <property name="toolTip">
134          <string>Use the class' default alignment for floats, whatever it is.</string>
135         </property>
136         <property name="text">
137          <string>Class &amp;Default</string>
138         </property>
139        </widget>
140       </item>
141      </layout>
142     </widget>
143    </item>
144    <item row="3" column="0" colspan="2">
145     <widget class="QGroupBox" name="optionsGB">
146      <property name="title">
147       <string>Further Options</string>
148      </property>
149      <layout class="QGridLayout" name="gridLayout_2">
150       <item row="0" column="0">
151        <widget class="QCheckBox" name="spanCB">
152         <property name="text">
153          <string>&amp;Span columns</string>
154         </property>
155        </widget>
156       </item>
157       <item row="0" column="1">
158        <widget class="QCheckBox" name="sidewaysCB">
159         <property name="text">
160          <string>Rotate side&amp;ways</string>
161         </property>
162        </widget>
163       </item>
164      </layout>
165     </widget>
166    </item>
167    <item row="1" column="0" rowspan="2" colspan="2">
168     <widget class="QGroupBox" name="groupBox">
169      <property name="title">
170       <string>Position on Page</string>
171      </property>
172      <layout class="QGridLayout" name="gridLayout">
173       <item row="0" column="0">
174        <layout class="QHBoxLayout" name="horizontalLayout">
175         <item>
176          <widget class="QLabel" name="placementLA">
177           <property name="text">
178            <string>Place&amp;ment Settings:</string>
179           </property>
180           <property name="buddy">
181            <cstring>placementCO</cstring>
182           </property>
183          </widget>
184         </item>
185         <item>
186          <widget class="QComboBox" name="placementCO"/>
187         </item>
188        </layout>
189       </item>
190       <item row="1" column="0">
191        <widget class="QCheckBox" name="topCB">
192         <property name="text">
193          <string>&amp;Top of page</string>
194         </property>
195        </widget>
196       </item>
197       <item row="2" column="0">
198        <widget class="QCheckBox" name="bottomCB">
199         <property name="text">
200          <string>&amp;Bottom of page</string>
201         </property>
202        </widget>
203       </item>
204       <item row="3" column="0">
205        <widget class="QCheckBox" name="pageCB">
206         <property name="text">
207          <string>&amp;Page of floats</string>
208         </property>
209        </widget>
210       </item>
211       <item row="4" column="0">
212        <widget class="QCheckBox" name="herepossiblyCB">
213         <property name="text">
214          <string>&amp;Here if possible</string>
215         </property>
216        </widget>
217       </item>
218       <item row="5" column="0">
219        <widget class="QCheckBox" name="heredefinitelyCB">
220         <property name="text">
221          <string>Here de&amp;finitely</string>
222         </property>
223        </widget>
224       </item>
225       <item row="6" column="0">
226        <widget class="QCheckBox" name="ignoreCB">
227         <property name="text">
228          <string>&amp;Ignore LaTeX rules</string>
229         </property>
230        </widget>
231       </item>
232      </layout>
233     </widget>
234    </item>
235    <item row="0" column="1" colspan="3">
236     <spacer name="horizontalSpacer">
237      <property name="orientation">
238       <enum>Qt::Horizontal</enum>
239      </property>
240      <property name="sizeHint" stdset="0">
241       <size>
242        <width>303</width>
243        <height>20</height>
244       </size>
245      </property>
246     </spacer>
247    </item>
248    <item row="1" column="4">
249     <spacer name="horizontalSpacer_2">
250      <property name="orientation">
251       <enum>Qt::Horizontal</enum>
252      </property>
253      <property name="sizeHint" stdset="0">
254       <size>
255        <width>40</width>
256        <height>20</height>
257       </size>
258      </property>
259     </spacer>
260    </item>
261   </layout>
262  </widget>
263  <tabstops>
264   <tabstop>topCB</tabstop>
265   <tabstop>bottomCB</tabstop>
266   <tabstop>pageCB</tabstop>
267   <tabstop>herepossiblyCB</tabstop>
268   <tabstop>heredefinitelyCB</tabstop>
269   <tabstop>ignoreCB</tabstop>
270  </tabstops>
271  <includes>
272   <include location="local">qt_i18n.h</include>
273  </includes>
274  <resources/>
275  <connections/>
276 </ui>