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