]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QCharacterUi.ui
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / QCharacterUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QCharacterUi</class>
6  <widget class="QDialog" name="QCharacterUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>356</width>
12     <height>305</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="QHBoxLayout" >
30      <property name="margin" >
31       <number>0</number>
32      </property>
33      <property name="spacing" >
34       <number>6</number>
35      </property>
36      <item>
37       <layout class="QGridLayout" >
38        <property name="margin" >
39         <number>0</number>
40        </property>
41        <property name="spacing" >
42         <number>6</number>
43        </property>
44        <item row="0" column="0" >
45         <widget class="QLabel" name="familyLA" >
46          <property name="toolTip" >
47           <string>Font family</string>
48          </property>
49          <property name="text" >
50           <string>&amp;Family:</string>
51          </property>
52          <property name="buddy" >
53           <cstring>familyCO</cstring>
54          </property>
55         </widget>
56        </item>
57        <item row="2" column="1" >
58         <widget class="QComboBox" name="shapeCO" >
59          <property name="sizePolicy" >
60           <sizepolicy>
61            <hsizetype>3</hsizetype>
62            <vsizetype>0</vsizetype>
63            <horstretch>0</horstretch>
64            <verstretch>0</verstretch>
65           </sizepolicy>
66          </property>
67          <property name="toolTip" >
68           <string>Font shape</string>
69          </property>
70         </widget>
71        </item>
72        <item row="2" column="0" >
73         <widget class="QLabel" name="shapeLA" >
74          <property name="toolTip" >
75           <string>Font shape</string>
76          </property>
77          <property name="text" >
78           <string>S&amp;hape:</string>
79          </property>
80          <property name="buddy" >
81           <cstring>shapeCO</cstring>
82          </property>
83         </widget>
84        </item>
85        <item row="1" column="1" >
86         <widget class="QComboBox" name="seriesCO" >
87          <property name="sizePolicy" >
88           <sizepolicy>
89            <hsizetype>3</hsizetype>
90            <vsizetype>0</vsizetype>
91            <horstretch>0</horstretch>
92            <verstretch>0</verstretch>
93           </sizepolicy>
94          </property>
95          <property name="toolTip" >
96           <string>Font series</string>
97          </property>
98         </widget>
99        </item>
100        <item row="4" column="1" >
101         <widget class="QComboBox" name="langCO" >
102          <property name="sizePolicy" >
103           <sizepolicy>
104            <hsizetype>3</hsizetype>
105            <vsizetype>0</vsizetype>
106            <horstretch>0</horstretch>
107            <verstretch>0</verstretch>
108           </sizepolicy>
109          </property>
110          <property name="toolTip" >
111           <string>Language</string>
112          </property>
113         </widget>
114        </item>
115        <item row="0" column="1" >
116         <widget class="QComboBox" name="familyCO" >
117          <property name="sizePolicy" >
118           <sizepolicy>
119            <hsizetype>3</hsizetype>
120            <vsizetype>0</vsizetype>
121            <horstretch>0</horstretch>
122            <verstretch>0</verstretch>
123           </sizepolicy>
124          </property>
125          <property name="toolTip" >
126           <string>Font family</string>
127          </property>
128         </widget>
129        </item>
130        <item row="3" column="1" >
131         <widget class="QComboBox" name="colorCO" >
132          <property name="sizePolicy" >
133           <sizepolicy>
134            <hsizetype>3</hsizetype>
135            <vsizetype>0</vsizetype>
136            <horstretch>0</horstretch>
137            <verstretch>0</verstretch>
138           </sizepolicy>
139          </property>
140          <property name="toolTip" >
141           <string>Font color</string>
142          </property>
143         </widget>
144        </item>
145        <item row="4" column="0" >
146         <widget class="QLabel" name="langLA" >
147          <property name="toolTip" >
148           <string>Language</string>
149          </property>
150          <property name="text" >
151           <string>&amp;Language:</string>
152          </property>
153          <property name="buddy" >
154           <cstring>langCO</cstring>
155          </property>
156         </widget>
157        </item>
158        <item row="1" column="0" >
159         <widget class="QLabel" name="seriesLA" >
160          <property name="toolTip" >
161           <string>Font series</string>
162          </property>
163          <property name="text" >
164           <string>&amp;Series:</string>
165          </property>
166          <property name="buddy" >
167           <cstring>seriesCO</cstring>
168          </property>
169         </widget>
170        </item>
171        <item row="3" column="0" >
172         <widget class="QLabel" name="colorLA" >
173          <property name="enabled" >
174           <bool>true</bool>
175          </property>
176          <property name="toolTip" >
177           <string>Font color</string>
178          </property>
179          <property name="text" >
180           <string>&amp;Color:</string>
181          </property>
182          <property name="buddy" >
183           <cstring>colorCO</cstring>
184          </property>
185         </widget>
186        </item>
187       </layout>
188      </item>
189      <item>
190       <layout class="QVBoxLayout" >
191        <property name="margin" >
192         <number>0</number>
193        </property>
194        <property name="spacing" >
195         <number>6</number>
196        </property>
197        <item>
198         <widget class="QGroupBox" name="sizeGB" >
199          <property name="title" >
200           <string>Never Toggled</string>
201          </property>
202          <layout class="QHBoxLayout" >
203           <property name="margin" >
204            <number>11</number>
205           </property>
206           <property name="spacing" >
207            <number>6</number>
208           </property>
209           <item>
210            <widget class="QLabel" name="sizeLA" >
211             <property name="toolTip" >
212              <string>Font size</string>
213             </property>
214             <property name="text" >
215              <string>Si&amp;ze:</string>
216             </property>
217             <property name="buddy" >
218              <cstring>sizeCO</cstring>
219             </property>
220            </widget>
221           </item>
222           <item>
223            <widget class="QComboBox" name="sizeCO" >
224             <property name="sizePolicy" >
225              <sizepolicy>
226               <hsizetype>1</hsizetype>
227               <vsizetype>0</vsizetype>
228               <horstretch>0</horstretch>
229               <verstretch>0</verstretch>
230              </sizepolicy>
231             </property>
232             <property name="toolTip" >
233              <string>Font size</string>
234             </property>
235            </widget>
236           </item>
237          </layout>
238         </widget>
239        </item>
240        <item>
241         <widget class="QGroupBox" name="miscGB" >
242          <property name="toolTip" >
243           <string>Other font settings</string>
244          </property>
245          <property name="title" >
246           <string>Always Toggled</string>
247          </property>
248          <layout class="QHBoxLayout" >
249           <property name="margin" >
250            <number>11</number>
251           </property>
252           <property name="spacing" >
253            <number>6</number>
254           </property>
255           <item>
256            <widget class="QLabel" name="miscLA" >
257             <property name="text" >
258              <string>&amp;Misc:</string>
259             </property>
260             <property name="buddy" >
261              <cstring>miscCO</cstring>
262             </property>
263            </widget>
264           </item>
265           <item>
266            <widget class="QComboBox" name="miscCO" >
267             <property name="toolTip" >
268              <string>Other font settings</string>
269             </property>
270            </widget>
271           </item>
272          </layout>
273         </widget>
274        </item>
275       </layout>
276      </item>
277     </layout>
278    </item>
279    <item>
280     <layout class="QHBoxLayout" >
281      <property name="margin" >
282       <number>0</number>
283      </property>
284      <property name="spacing" >
285       <number>6</number>
286      </property>
287      <item>
288       <widget class="QCheckBox" name="toggleallCB" >
289        <property name="toolTip" >
290         <string>toggle font on all of the above</string>
291        </property>
292        <property name="text" >
293         <string>&amp;Toggle all</string>
294        </property>
295       </widget>
296      </item>
297      <item>
298       <widget class="QCheckBox" name="autoapplyCB" >
299        <property name="toolTip" >
300         <string>Apply each change automatically</string>
301        </property>
302        <property name="text" >
303         <string>Apply changes immediately</string>
304        </property>
305       </widget>
306      </item>
307     </layout>
308    </item>
309    <item>
310     <spacer>
311      <property name="orientation" >
312       <enum>Qt::Vertical</enum>
313      </property>
314      <property name="sizeType" >
315       <enum>QSizePolicy::Expanding</enum>
316      </property>
317      <property name="sizeHint" >
318       <size>
319        <width>20</width>
320        <height>20</height>
321       </size>
322      </property>
323     </spacer>
324    </item>
325    <item>
326     <layout class="QHBoxLayout" >
327      <property name="margin" >
328       <number>0</number>
329      </property>
330      <property name="spacing" >
331       <number>6</number>
332      </property>
333      <item>
334       <spacer>
335        <property name="orientation" >
336         <enum>Qt::Horizontal</enum>
337        </property>
338        <property name="sizeType" >
339         <enum>QSizePolicy::Expanding</enum>
340        </property>
341        <property name="sizeHint" >
342         <size>
343          <width>20</width>
344          <height>20</height>
345         </size>
346        </property>
347       </spacer>
348      </item>
349      <item>
350       <widget class="QPushButton" name="okPB" >
351        <property name="text" >
352         <string>&amp;OK</string>
353        </property>
354        <property name="default" >
355         <bool>true</bool>
356        </property>
357       </widget>
358      </item>
359      <item>
360       <widget class="QPushButton" name="applyPB" >
361        <property name="text" >
362         <string>&amp;Apply</string>
363        </property>
364        <property name="autoDefault" >
365         <bool>false</bool>
366        </property>
367       </widget>
368      </item>
369      <item>
370       <widget class="QPushButton" name="closePB" >
371        <property name="text" >
372         <string>Close</string>
373        </property>
374        <property name="autoDefault" >
375         <bool>false</bool>
376        </property>
377        <property name="default" >
378         <bool>false</bool>
379        </property>
380       </widget>
381      </item>
382     </layout>
383    </item>
384   </layout>
385  </widget>
386  <pixmapfunction></pixmapfunction>
387  <tabstops>
388   <tabstop>familyCO</tabstop>
389   <tabstop>seriesCO</tabstop>
390   <tabstop>shapeCO</tabstop>
391   <tabstop>colorCO</tabstop>
392   <tabstop>langCO</tabstop>
393   <tabstop>toggleallCB</tabstop>
394   <tabstop>sizeCO</tabstop>
395   <tabstop>miscCO</tabstop>
396   <tabstop>autoapplyCB</tabstop>
397   <tabstop>okPB</tabstop>
398   <tabstop>applyPB</tabstop>
399   <tabstop>closePB</tabstop>
400  </tabstops>
401  <resources/>
402  <connections/>
403 </ui>