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