]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/FloatPlacementUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / 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      <property name="flat">
150       <bool>true</bool>
151      </property>
152      <layout class="QGridLayout" name="gridLayout_2">
153       <item row="0" column="0">
154        <widget class="QCheckBox" name="spanCB">
155         <property name="text">
156          <string>&amp;Span columns</string>
157         </property>
158        </widget>
159       </item>
160       <item row="0" column="1">
161        <widget class="QCheckBox" name="sidewaysCB">
162         <property name="text">
163          <string>Rotate side&amp;ways</string>
164         </property>
165        </widget>
166       </item>
167      </layout>
168     </widget>
169    </item>
170    <item row="1" column="0" rowspan="2" colspan="2">
171     <widget class="QGroupBox" name="groupBox">
172      <property name="title">
173       <string>Position on Page</string>
174      </property>
175      <property name="flat">
176       <bool>true</bool>
177      </property>
178      <layout class="QGridLayout" name="gridLayout">
179       <item row="0" column="0">
180        <layout class="QHBoxLayout" name="horizontalLayout">
181         <item>
182          <widget class="QLabel" name="placementLA">
183           <property name="text">
184            <string>Place&amp;ment Settings:</string>
185           </property>
186           <property name="buddy">
187            <cstring>placementCO</cstring>
188           </property>
189          </widget>
190         </item>
191         <item>
192          <widget class="QComboBox" name="placementCO"/>
193         </item>
194        </layout>
195       </item>
196       <item row="1" column="0">
197        <widget class="QCheckBox" name="topCB">
198         <property name="text">
199          <string>&amp;Top of page</string>
200         </property>
201        </widget>
202       </item>
203       <item row="2" column="0">
204        <widget class="QCheckBox" name="bottomCB">
205         <property name="text">
206          <string>&amp;Bottom of page</string>
207         </property>
208        </widget>
209       </item>
210       <item row="3" column="0">
211        <widget class="QCheckBox" name="pageCB">
212         <property name="text">
213          <string>&amp;Page of floats</string>
214         </property>
215        </widget>
216       </item>
217       <item row="4" column="0">
218        <widget class="QCheckBox" name="herepossiblyCB">
219         <property name="text">
220          <string>&amp;Here if possible</string>
221         </property>
222        </widget>
223       </item>
224       <item row="5" column="0">
225        <widget class="QCheckBox" name="heredefinitelyCB">
226         <property name="text">
227          <string>Here de&amp;finitely</string>
228         </property>
229        </widget>
230       </item>
231       <item row="6" column="0">
232        <widget class="QCheckBox" name="ignoreCB">
233         <property name="text">
234          <string>&amp;Ignore LaTeX rules</string>
235         </property>
236        </widget>
237       </item>
238      </layout>
239     </widget>
240    </item>
241    <item row="0" column="1" colspan="3">
242     <spacer name="horizontalSpacer">
243      <property name="orientation">
244       <enum>Qt::Horizontal</enum>
245      </property>
246      <property name="sizeHint" stdset="0">
247       <size>
248        <width>303</width>
249        <height>20</height>
250       </size>
251      </property>
252     </spacer>
253    </item>
254    <item row="1" column="4">
255     <spacer name="horizontalSpacer_2">
256      <property name="orientation">
257       <enum>Qt::Horizontal</enum>
258      </property>
259      <property name="sizeHint" stdset="0">
260       <size>
261        <width>40</width>
262        <height>20</height>
263       </size>
264      </property>
265     </spacer>
266    </item>
267   </layout>
268  </widget>
269  <tabstops>
270   <tabstop>topCB</tabstop>
271   <tabstop>bottomCB</tabstop>
272   <tabstop>pageCB</tabstop>
273   <tabstop>herepossiblyCB</tabstop>
274   <tabstop>heredefinitelyCB</tabstop>
275   <tabstop>ignoreCB</tabstop>
276  </tabstops>
277  <includes>
278   <include location="local">qt_i18n.h</include>
279  </includes>
280  <resources/>
281  <connections/>
282 </ui>