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