]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/FloatPlacementUi.ui
BiblioUi.ui: fix too wide groupbox by adding a spacer
[lyx.git] / src / frontends / qt4 / ui / FloatPlacementUi.ui
1 <ui version="4.0" >
2  <class>FloatPlacementUi</class>
3  <widget class="QWidget" name="FloatPlacementUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>203</width>
9     <height>288</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" colspan="2" >
17     <widget class="QCheckBox" name="defaultsCB" >
18      <property name="text" >
19       <string>Use &amp;default placement</string>
20      </property>
21     </widget>
22    </item>
23    <item row="1" column="0" >
24     <widget class="QGroupBox" name="options" >
25      <property name="title" >
26       <string>Advanced Placement Options</string>
27      </property>
28      <layout class="QGridLayout" >
29       <property name="leftMargin" >
30        <number>9</number>
31       </property>
32       <property name="topMargin" >
33        <number>9</number>
34       </property>
35       <property name="rightMargin" >
36        <number>9</number>
37       </property>
38       <property name="bottomMargin" >
39        <number>9</number>
40       </property>
41       <property name="horizontalSpacing" >
42        <number>6</number>
43       </property>
44       <property name="verticalSpacing" >
45        <number>6</number>
46       </property>
47       <item row="0" column="0" >
48        <widget class="QCheckBox" name="topCB" >
49         <property name="text" >
50          <string>&amp;Top of page</string>
51         </property>
52        </widget>
53       </item>
54       <item row="5" column="0" >
55        <widget class="QCheckBox" name="ignoreCB" >
56         <property name="text" >
57          <string>&amp;Ignore LaTeX rules</string>
58         </property>
59        </widget>
60       </item>
61       <item row="4" column="0" >
62        <widget class="QCheckBox" name="heredefinitelyCB" >
63         <property name="text" >
64          <string>Here de&amp;finitely</string>
65         </property>
66        </widget>
67       </item>
68       <item row="3" column="0" >
69        <widget class="QCheckBox" name="herepossiblyCB" >
70         <property name="text" >
71          <string>&amp;Here if possible</string>
72         </property>
73        </widget>
74       </item>
75       <item row="2" column="0" >
76        <widget class="QCheckBox" name="pageCB" >
77         <property name="text" >
78          <string>&amp;Page of floats</string>
79         </property>
80        </widget>
81       </item>
82       <item row="1" column="0" >
83        <widget class="QCheckBox" name="bottomCB" >
84         <property name="text" >
85          <string>&amp;Bottom of page</string>
86         </property>
87        </widget>
88       </item>
89      </layout>
90     </widget>
91    </item>
92    <item row="1" column="1" >
93     <spacer>
94      <property name="orientation" >
95       <enum>Qt::Horizontal</enum>
96      </property>
97      <property name="sizeHint" >
98       <size>
99        <width>21</width>
100        <height>20</height>
101       </size>
102      </property>
103     </spacer>
104    </item>
105    <item row="2" column="0" colspan="2" >
106     <widget class="QCheckBox" name="spanCB" >
107      <property name="text" >
108       <string>&amp;Span columns</string>
109      </property>
110     </widget>
111    </item>
112    <item row="3" column="0" colspan="2" >
113     <widget class="QCheckBox" name="sidewaysCB" >
114      <property name="text" >
115       <string>&amp;Rotate sideways</string>
116      </property>
117     </widget>
118    </item>
119    <item row="4" column="0" >
120     <spacer>
121      <property name="orientation" >
122       <enum>Qt::Vertical</enum>
123      </property>
124      <property name="sizeHint" >
125       <size>
126        <width>20</width>
127        <height>20</height>
128       </size>
129      </property>
130     </spacer>
131    </item>
132   </layout>
133  </widget>
134  <includes>
135   <include location="local" >qt_helpers.h</include>
136  </includes>
137  <resources/>
138  <connections>
139   <connection>
140    <sender>defaultsCB</sender>
141    <signal>toggled(bool)</signal>
142    <receiver>options</receiver>
143    <slot>setDisabled(bool)</slot>
144    <hints>
145     <hint type="sourcelabel" >
146      <x>51</x>
147      <y>20</y>
148     </hint>
149     <hint type="destinationlabel" >
150      <x>201</x>
151      <y>47</y>
152     </hint>
153    </hints>
154   </connection>
155  </connections>
156 </ui>