]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CharacterUi.ui
Avoid extra space in tooltips
[lyx.git] / src / frontends / qt4 / ui / CharacterUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CharacterUi</class>
4  <widget class="QDialog" name="CharacterUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>523</width>
10     <height>365</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout_6">
20    <item row="0" column="0">
21     <layout class="QHBoxLayout" name="horizontalLayout_2">
22      <item>
23       <widget class="QGroupBox" name="groupBox">
24        <property name="title">
25         <string>Font Properties</string>
26        </property>
27        <layout class="QGridLayout" name="gridLayout_2">
28         <item row="0" column="0">
29          <layout class="QGridLayout" name="gridLayout">
30           <item row="0" column="0">
31            <widget class="QLabel" name="familyLA">
32             <property name="toolTip">
33              <string>Font family</string>
34             </property>
35             <property name="text">
36              <string>Fa&amp;mily:</string>
37             </property>
38             <property name="buddy">
39              <cstring>familyCO</cstring>
40             </property>
41            </widget>
42           </item>
43           <item row="0" column="1">
44            <widget class="QComboBox" name="familyCO">
45             <property name="sizePolicy">
46              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
47               <horstretch>0</horstretch>
48               <verstretch>0</verstretch>
49              </sizepolicy>
50             </property>
51             <property name="toolTip">
52              <string>Font family</string>
53             </property>
54            </widget>
55           </item>
56           <item row="1" column="0">
57            <widget class="QLabel" name="seriesLA">
58             <property name="toolTip">
59              <string>Font series</string>
60             </property>
61             <property name="text">
62              <string>&amp;Series:</string>
63             </property>
64             <property name="buddy">
65              <cstring>seriesCO</cstring>
66             </property>
67            </widget>
68           </item>
69           <item row="1" column="1">
70            <widget class="QComboBox" name="seriesCO">
71             <property name="sizePolicy">
72              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
73               <horstretch>0</horstretch>
74               <verstretch>0</verstretch>
75              </sizepolicy>
76             </property>
77             <property name="toolTip">
78              <string>Font series</string>
79             </property>
80            </widget>
81           </item>
82           <item row="2" column="0">
83            <widget class="QLabel" name="shapeLA">
84             <property name="toolTip">
85              <string>Font shape</string>
86             </property>
87             <property name="text">
88              <string>S&amp;hape:</string>
89             </property>
90             <property name="buddy">
91              <cstring>shapeCO</cstring>
92             </property>
93            </widget>
94           </item>
95           <item row="2" column="1">
96            <widget class="QComboBox" name="shapeCO">
97             <property name="sizePolicy">
98              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
99               <horstretch>0</horstretch>
100               <verstretch>0</verstretch>
101              </sizepolicy>
102             </property>
103             <property name="toolTip">
104              <string>Font shape</string>
105             </property>
106            </widget>
107           </item>
108           <item row="3" column="0">
109            <widget class="QLabel" name="sizeLA">
110             <property name="toolTip">
111              <string>Font size</string>
112             </property>
113             <property name="text">
114              <string>Si&amp;ze:</string>
115             </property>
116             <property name="buddy">
117              <cstring>sizeCO</cstring>
118             </property>
119            </widget>
120           </item>
121           <item row="3" column="1">
122            <widget class="QComboBox" name="sizeCO">
123             <property name="sizePolicy">
124              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
125               <horstretch>0</horstretch>
126               <verstretch>0</verstretch>
127              </sizepolicy>
128             </property>
129             <property name="toolTip">
130              <string>Font size</string>
131             </property>
132            </widget>
133           </item>
134          </layout>
135         </item>
136        </layout>
137       </widget>
138      </item>
139      <item>
140       <widget class="QGroupBox" name="groupBox_2">
141        <property name="title">
142         <string>Decoration</string>
143        </property>
144        <layout class="QGridLayout" name="gridLayout_4">
145         <item row="0" column="0">
146          <layout class="QGridLayout" name="gridLayout_3">
147           <item row="0" column="0">
148            <widget class="QLabel" name="colorLA">
149             <property name="enabled">
150              <bool>true</bool>
151             </property>
152             <property name="toolTip">
153              <string>Font color</string>
154             </property>
155             <property name="text">
156              <string>&amp;Color:</string>
157             </property>
158             <property name="buddy">
159              <cstring>colorCO</cstring>
160             </property>
161            </widget>
162           </item>
163           <item row="0" column="1">
164            <widget class="QComboBox" name="colorCO">
165             <property name="sizePolicy">
166              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
167               <horstretch>0</horstretch>
168               <verstretch>0</verstretch>
169              </sizepolicy>
170             </property>
171             <property name="toolTip">
172              <string>Font color</string>
173             </property>
174            </widget>
175           </item>
176           <item row="1" column="0">
177            <widget class="QLabel" name="ulineLA">
178             <property name="text">
179              <string>U&amp;nderlining:</string>
180             </property>
181             <property name="buddy">
182              <cstring>ulineCO</cstring>
183             </property>
184            </widget>
185           </item>
186           <item row="1" column="1">
187            <widget class="QComboBox" name="ulineCO">
188             <property name="sizePolicy">
189              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
190               <horstretch>0</horstretch>
191               <verstretch>0</verstretch>
192              </sizepolicy>
193             </property>
194             <property name="toolTip">
195              <string>Underlining of text</string>
196             </property>
197            </widget>
198           </item>
199           <item row="2" column="0">
200            <widget class="QLabel" name="strikeLA">
201             <property name="text">
202              <string>S&amp;trikethrough:</string>
203             </property>
204             <property name="buddy">
205              <cstring>strikeCO</cstring>
206             </property>
207            </widget>
208           </item>
209           <item row="2" column="1">
210            <widget class="QComboBox" name="strikeCO">
211             <property name="sizePolicy">
212              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
213               <horstretch>0</horstretch>
214               <verstretch>0</verstretch>
215              </sizepolicy>
216             </property>
217             <property name="toolTip">
218              <string>Strike-through text</string>
219             </property>
220            </widget>
221           </item>
222          </layout>
223         </item>
224         <item row="1" column="0">
225          <spacer name="verticalSpacer_2">
226           <property name="orientation">
227            <enum>Qt::Vertical</enum>
228           </property>
229           <property name="sizeType">
230            <enum>QSizePolicy::Fixed</enum>
231           </property>
232           <property name="sizeHint" stdset="0">
233            <size>
234             <width>20</width>
235             <height>36</height>
236            </size>
237           </property>
238          </spacer>
239         </item>
240        </layout>
241       </widget>
242      </item>
243     </layout>
244    </item>
245    <item row="1" column="0">
246     <layout class="QHBoxLayout" name="horizontalLayout">
247      <item>
248       <widget class="QGroupBox" name="groupBox_4">
249        <property name="title">
250         <string>&amp;Language</string>
251        </property>
252        <layout class="QGridLayout" name="gridLayout_7">
253         <item row="0" column="0">
254          <widget class="QComboBox" name="langCO">
255           <property name="sizePolicy">
256            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
257             <horstretch>0</horstretch>
258             <verstretch>0</verstretch>
259            </sizepolicy>
260           </property>
261           <property name="toolTip">
262            <string>Language</string>
263           </property>
264          </widget>
265         </item>
266        </layout>
267       </widget>
268      </item>
269      <item>
270       <widget class="QGroupBox" name="groupBox_3">
271        <property name="title">
272         <string>Semantic Markup</string>
273        </property>
274        <layout class="QGridLayout" name="gridLayout_5">
275         <item row="0" column="0">
276          <widget class="QCheckBox" name="emphCB">
277           <property name="toolTip">
278            <string>Semantic emphasizing (italic by default, but can be adapted)</string>
279           </property>
280           <property name="text">
281            <string>&amp;Emphasized</string>
282           </property>
283          </widget>
284         </item>
285         <item row="0" column="1">
286          <widget class="QCheckBox" name="nounCB">
287           <property name="toolTip">
288            <string>Semantic markup of nouns (small caps by default, but can be adapted)</string>
289           </property>
290           <property name="text">
291            <string>&amp;Noun</string>
292           </property>
293          </widget>
294         </item>
295        </layout>
296       </widget>
297      </item>
298     </layout>
299    </item>
300    <item row="2" column="0">
301     <spacer>
302      <property name="orientation">
303       <enum>Qt::Vertical</enum>
304      </property>
305      <property name="sizeType">
306       <enum>QSizePolicy::Expanding</enum>
307      </property>
308      <property name="sizeHint" stdset="0">
309       <size>
310        <width>20</width>
311        <height>20</height>
312       </size>
313      </property>
314     </spacer>
315    </item>
316    <item row="3" column="0">
317     <layout class="QHBoxLayout">
318      <property name="spacing">
319       <number>6</number>
320      </property>
321      <property name="leftMargin">
322       <number>0</number>
323      </property>
324      <property name="topMargin">
325       <number>0</number>
326      </property>
327      <property name="rightMargin">
328       <number>0</number>
329      </property>
330      <property name="bottomMargin">
331       <number>0</number>
332      </property>
333      <item>
334       <widget class="QCheckBox" name="autoapplyCB">
335        <property name="toolTip">
336         <string>Apply each change automatically</string>
337        </property>
338        <property name="text">
339         <string>Apply changes &amp;immediately</string>
340        </property>
341       </widget>
342      </item>
343      <item>
344       <spacer>
345        <property name="orientation">
346         <enum>Qt::Horizontal</enum>
347        </property>
348        <property name="sizeType">
349         <enum>QSizePolicy::Expanding</enum>
350        </property>
351        <property name="sizeHint" stdset="0">
352         <size>
353          <width>20</width>
354          <height>20</height>
355         </size>
356        </property>
357       </spacer>
358      </item>
359      <item>
360       <widget class="QPushButton" name="okPB">
361        <property name="text">
362         <string>&amp;OK</string>
363        </property>
364        <property name="default">
365         <bool>true</bool>
366        </property>
367       </widget>
368      </item>
369      <item>
370       <widget class="QPushButton" name="applyPB">
371        <property name="text">
372         <string>&amp;Apply</string>
373        </property>
374        <property name="autoDefault">
375         <bool>false</bool>
376        </property>
377       </widget>
378      </item>
379      <item>
380       <widget class="QPushButton" name="closePB">
381        <property name="text">
382         <string>Close</string>
383        </property>
384        <property name="autoDefault">
385         <bool>false</bool>
386        </property>
387        <property name="default">
388         <bool>false</bool>
389        </property>
390       </widget>
391      </item>
392     </layout>
393    </item>
394   </layout>
395  </widget>
396  <tabstops>
397   <tabstop>familyCO</tabstop>
398   <tabstop>seriesCO</tabstop>
399   <tabstop>shapeCO</tabstop>
400   <tabstop>colorCO</tabstop>
401   <tabstop>langCO</tabstop>
402   <tabstop>okPB</tabstop>
403   <tabstop>applyPB</tabstop>
404   <tabstop>closePB</tabstop>
405  </tabstops>
406  <includes>
407   <include location="local">qt_i18n.h</include>
408  </includes>
409  <resources/>
410  <connections/>
411 </ui>