]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/WrapUi.ui
Helge's wrapfig patch:
[lyx.git] / src / frontends / qt4 / ui / WrapUi.ui
1 <ui version="4.0" >
2  <class>WrapUi</class>
3  <widget class="QDialog" name="WrapUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>369</width>
9     <height>111</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QVBoxLayout" >
19    <property name="margin" >
20     <number>11</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <layout class="QGridLayout" >
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <property name="spacing" >
31       <number>6</number>
32      </property>
33      <item row="0" column="0" >
34       <widget class="QLabel" name="widthLA" >
35        <property name="text" >
36         <string>&amp;Width:</string>
37        </property>
38        <property name="buddy" >
39         <cstring>widthED</cstring>
40        </property>
41       </widget>
42      </item>
43      <item row="1" column="2" >
44       <widget class="QComboBox" name="valignCO" >
45        <property name="toolTip" >
46         <string>Vertical alignment</string>
47        </property>
48        <item>
49         <property name="text" >
50          <string>Outer (default)</string>
51         </property>
52        </item>
53        <item>
54         <property name="text" >
55          <string>Inner</string>
56         </property>
57        </item>
58        <item>
59         <property name="text" >
60          <string>Left</string>
61         </property>
62        </item>
63        <item>
64         <property name="text" >
65          <string>Right</string>
66         </property>
67        </item>
68       </widget>
69      </item>
70      <item row="0" column="2" >
71       <widget class="QLabel" name="valignLA" >
72        <property name="text" >
73         <string>&amp;Placement:</string>
74        </property>
75        <property name="buddy" >
76         <cstring>valignCO</cstring>
77        </property>
78       </widget>
79      </item>
80      <item row="1" column="1" >
81       <widget class="LengthCombo" native="1" name="unitsLC" >
82        <property name="sizePolicy" >
83         <sizepolicy>
84          <hsizetype>3</hsizetype>
85          <vsizetype>0</vsizetype>
86          <horstretch>0</horstretch>
87          <verstretch>0</verstretch>
88         </sizepolicy>
89        </property>
90        <property name="minimumSize" >
91         <size>
92          <width>40</width>
93          <height>22</height>
94         </size>
95        </property>
96        <property name="focusPolicy" >
97         <enum>Qt::StrongFocus</enum>
98        </property>
99        <property name="toolTip" >
100         <string>Units of width value</string>
101        </property>
102       </widget>
103      </item>
104      <item row="1" column="0" >
105       <widget class="QLineEdit" name="widthED" >
106        <property name="sizePolicy" >
107         <sizepolicy>
108          <hsizetype>1</hsizetype>
109          <vsizetype>0</vsizetype>
110          <horstretch>0</horstretch>
111          <verstretch>0</verstretch>
112         </sizepolicy>
113        </property>
114        <property name="toolTip" >
115         <string>Width value</string>
116        </property>
117       </widget>
118      </item>
119      <item row="0" column="1" >
120       <widget class="QLabel" name="unitsLA" >
121        <property name="text" >
122         <string>&amp;Units:</string>
123        </property>
124        <property name="buddy" >
125         <cstring>unitsLC</cstring>
126        </property>
127       </widget>
128      </item>
129     </layout>
130    </item>
131    <item>
132     <spacer>
133      <property name="orientation" >
134       <enum>Qt::Vertical</enum>
135      </property>
136      <property name="sizeType" >
137       <enum>QSizePolicy::Expanding</enum>
138      </property>
139      <property name="sizeHint" >
140       <size>
141        <width>20</width>
142        <height>20</height>
143       </size>
144      </property>
145     </spacer>
146    </item>
147    <item>
148     <layout class="QHBoxLayout" >
149      <property name="margin" >
150       <number>0</number>
151      </property>
152      <property name="spacing" >
153       <number>6</number>
154      </property>
155      <item>
156       <widget class="QPushButton" name="restorePB" >
157        <property name="toolTip" >
158         <string/>
159        </property>
160        <property name="text" >
161         <string>&amp;Restore</string>
162        </property>
163        <property name="default" >
164         <bool>false</bool>
165        </property>
166       </widget>
167      </item>
168      <item>
169       <spacer>
170        <property name="orientation" >
171         <enum>Qt::Horizontal</enum>
172        </property>
173        <property name="sizeType" >
174         <enum>QSizePolicy::Expanding</enum>
175        </property>
176        <property name="sizeHint" >
177         <size>
178          <width>20</width>
179          <height>20</height>
180         </size>
181        </property>
182       </spacer>
183      </item>
184      <item>
185       <widget class="QPushButton" name="okPB" >
186        <property name="toolTip" >
187         <string/>
188        </property>
189        <property name="text" >
190         <string>&amp;OK</string>
191        </property>
192        <property name="default" >
193         <bool>false</bool>
194        </property>
195       </widget>
196      </item>
197      <item>
198       <widget class="QPushButton" name="applyPB" >
199        <property name="toolTip" >
200         <string/>
201        </property>
202        <property name="text" >
203         <string>&amp;Apply</string>
204        </property>
205        <property name="default" >
206         <bool>false</bool>
207        </property>
208       </widget>
209      </item>
210      <item>
211       <widget class="QPushButton" name="closePB" >
212        <property name="text" >
213         <string>&amp;Close</string>
214        </property>
215        <property name="default" >
216         <bool>true</bool>
217        </property>
218       </widget>
219      </item>
220     </layout>
221    </item>
222   </layout>
223  </widget>
224  <customwidgets>
225   <customwidget>
226    <class>LengthCombo</class>
227    <extends>QWidget</extends>
228    <header>LengthCombo.h</header>
229   </customwidget>
230  </customwidgets>
231  <tabstops>
232   <tabstop>widthED</tabstop>
233   <tabstop>unitsLC</tabstop>
234   <tabstop>valignCO</tabstop>
235   <tabstop>restorePB</tabstop>
236   <tabstop>okPB</tabstop>
237   <tabstop>applyPB</tabstop>
238   <tabstop>closePB</tabstop>
239  </tabstops>
240  <includes>
241   <include location="local" >qt_helpers.h</include>
242  </includes>
243  <resources/>
244  <connections/>
245 </ui>