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