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