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