]> git.lyx.org Git - features.git/blob - src/frontends/qt/ui/PrefLanguageUi.ui
#10571 improved handling of WM's signal when switching from or to full-screen window
[features.git] / src / frontends / qt / ui / PrefLanguageUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefLanguageUi</class>
4  <widget class="QWidget" name="PrefLanguageUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>517</width>
10     <height>570</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_4">
17    <item row="0" column="0">
18     <layout class="QHBoxLayout" name="horizontalLayout_2">
19      <item>
20       <widget class="QLabel" name="uiLanguageLA">
21        <property name="text">
22         <string>User &amp;interface language:</string>
23        </property>
24        <property name="buddy">
25         <cstring>uiLanguageCO</cstring>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QComboBox" name="uiLanguageCO">
31        <property name="toolTip">
32         <string>Select the language of the user interface (menus, dialogs, etc.)</string>
33        </property>
34        <property name="maxVisibleItems">
35         <number>20</number>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <spacer name="horizontalSpacer_4">
41        <property name="orientation">
42         <enum>Qt::Horizontal</enum>
43        </property>
44        <property name="sizeHint" stdset="0">
45         <size>
46          <width>40</width>
47          <height>20</height>
48         </size>
49        </property>
50       </spacer>
51      </item>
52     </layout>
53    </item>
54    <item row="1" column="0">
55     <widget class="QGroupBox" name="groupBox">
56      <property name="title">
57       <string>LaTeX Language Support</string>
58      </property>
59      <layout class="QGridLayout" name="gridLayout_2">
60       <item row="0" column="0">
61        <widget class="QLabel" name="languagePackageLA">
62         <property name="text">
63          <string>Language &amp;package:</string>
64         </property>
65         <property name="buddy">
66          <cstring>languagePackageCO</cstring>
67         </property>
68        </widget>
69       </item>
70       <item row="0" column="1">
71        <widget class="QComboBox" name="languagePackageCO">
72         <property name="toolTip">
73          <string>Select which (LaTeX) language package documents should use by default</string>
74         </property>
75         <item>
76          <property name="text">
77           <string>Automatic</string>
78          </property>
79         </item>
80         <item>
81          <property name="text">
82           <string>Always Babel</string>
83          </property>
84         </item>
85         <item>
86          <property name="text">
87           <string>Custom</string>
88          </property>
89         </item>
90         <item>
91          <property name="text">
92           <string>None[[language package]]</string>
93          </property>
94         </item>
95        </widget>
96       </item>
97       <item row="0" column="2">
98        <widget class="QLineEdit" name="languagePackageED">
99         <property name="toolTip">
100          <string>Enter the command to load a custom language package (default: \usepackage{babel})</string>
101         </property>
102        </widget>
103       </item>
104       <item row="1" column="0">
105        <widget class="QLabel" name="startCommandLA">
106         <property name="text">
107          <string>Command s&amp;tart:</string>
108         </property>
109         <property name="buddy">
110          <cstring>startCommandED</cstring>
111         </property>
112        </widget>
113       </item>
114       <item row="1" column="1" colspan="2">
115        <widget class="QLineEdit" name="startCommandED">
116         <property name="toolTip">
117          <string>The LaTeX command that starts a switch to a different language. The placeholder $$lang is replaced by the actual language name.</string>
118         </property>
119        </widget>
120       </item>
121       <item row="2" column="0">
122        <widget class="QLabel" name="endCommandLA">
123         <property name="text">
124          <string>Command e&amp;nd:</string>
125         </property>
126         <property name="buddy">
127          <cstring>endCommandED</cstring>
128         </property>
129        </widget>
130       </item>
131       <item row="2" column="1" colspan="2">
132        <widget class="QLineEdit" name="endCommandED">
133         <property name="toolTip">
134          <string>The LaTeX command that ends a switch to a different language.  The placeholder $$lang is replaced by the actual language name.</string>
135         </property>
136        </widget>
137       </item>
138       <item row="3" column="0" colspan="2">
139        <widget class="QCheckBox" name="globalCB">
140         <property name="toolTip">
141          <string>Check to pass the language globally (to the document class), not locally (to the language package), so that other packages are also informed about the used languages.</string>
142         </property>
143         <property name="text">
144          <string>Set languages &amp;globally</string>
145         </property>
146        </widget>
147       </item>
148       <item row="4" column="0" colspan="2">
149        <widget class="QCheckBox" name="explicitDocLangBeginCB">
150         <property name="toolTip">
151          <string>If checked, the document language is explicitly set by a language switch command</string>
152         </property>
153         <property name="text">
154          <string>Set document language e&amp;xplicitly</string>
155         </property>
156        </widget>
157       </item>
158       <item row="5" column="0" colspan="2">
159        <widget class="QCheckBox" name="explicitDocLangEndCB">
160         <property name="toolTip">
161          <string>If checked, the document language is explicitly closed by a language switch command</string>
162         </property>
163         <property name="text">
164          <string>&amp;Unset document language explicitly</string>
165         </property>
166        </widget>
167       </item>
168      </layout>
169     </widget>
170    </item>
171    <item row="2" column="0">
172     <widget class="QGroupBox" name="rtlGB2">
173      <property name="toolTip">
174       <string/>
175      </property>
176      <property name="title">
177       <string>Editor Settings</string>
178      </property>
179      <property name="flat">
180       <bool>true</bool>
181      </property>
182      <property name="checkable">
183       <bool>false</bool>
184      </property>
185      <layout class="QGridLayout" name="gridLayout">
186       <item row="0" column="0">
187        <widget class="QCheckBox" name="markForeignCB">
188         <property name="toolTip">
189          <string>Check to highlight additional languages (to the document language) visually in the work area</string>
190         </property>
191         <property name="text">
192          <string>&amp;Mark additional languages</string>
193         </property>
194        </widget>
195       </item>
196       <item row="1" column="0">
197        <widget class="QCheckBox" name="respectOSkbdCB">
198         <property name="toolTip">
199          <string>Select to use the current keyboard language, as set from the operating system, as default input language.</string>
200         </property>
201         <property name="text">
202          <string>Respect &amp;OS keyboard language</string>
203         </property>
204        </widget>
205       </item>
206       <item row="2" column="0">
207        <layout class="QHBoxLayout">
208         <property name="spacing">
209          <number>6</number>
210         </property>
211         <property name="leftMargin">
212          <number>0</number>
213         </property>
214         <property name="topMargin">
215          <number>0</number>
216         </property>
217         <property name="rightMargin">
218          <number>0</number>
219         </property>
220         <property name="bottomMargin">
221          <number>0</number>
222         </property>
223         <item>
224          <widget class="QLabel" name="cursorMovementLA">
225           <property name="toolTip">
226            <string>Specify here how the arrow keys behave within scripts with right-to-left direction</string>
227           </property>
228           <property name="text">
229            <string>Right-to-left cursor movement:</string>
230           </property>
231           <property name="scaledContents">
232            <bool>false</bool>
233           </property>
234          </widget>
235         </item>
236         <item>
237          <widget class="QRadioButton" name="logicalCursorRB">
238           <property name="toolTip">
239            <string>The cursor follows the logic of the text direction (e.g., in embedded right-to-left text in a left-to-right paragraph, the cursor starts at the right when coming from the left)</string>
240           </property>
241           <property name="text">
242            <string>&amp;Logical</string>
243           </property>
244           <property name="checked">
245            <bool>true</bool>
246           </property>
247          </widget>
248         </item>
249         <item>
250          <widget class="QRadioButton" name="visualCursorRB">
251           <property name="toolTip">
252            <string>The cursor follows the visual direction (e.g., in embedded right-to-left text in a left-to-right paragraph, the cursor starts at the left when coming from the left)</string>
253           </property>
254           <property name="text">
255            <string>&amp;Visual</string>
256           </property>
257          </widget>
258         </item>
259        </layout>
260       </item>
261       <item row="2" column="1">
262        <spacer name="horizontalSpacer_3">
263         <property name="orientation">
264          <enum>Qt::Horizontal</enum>
265         </property>
266         <property name="sizeHint" stdset="0">
267          <size>
268           <width>40</width>
269           <height>20</height>
270          </size>
271         </property>
272        </spacer>
273       </item>
274      </layout>
275     </widget>
276    </item>
277    <item row="3" column="0">
278     <widget class="QGroupBox" name="groupBox_2">
279      <property name="title">
280       <string>Local Preferences</string>
281      </property>
282      <layout class="QGridLayout" name="gridLayout_3">
283       <item row="0" column="0">
284        <widget class="QLabel" name="decimalPointL">
285         <property name="toolTip">
286          <string>Here you can specify the decimal separator that is used in the tabular dialog by default. &quot;Language default&quot; selects the appropriate separator for the current language.</string>
287         </property>
288         <property name="text">
289          <string>Default decimal &amp;separator:</string>
290         </property>
291         <property name="buddy">
292          <cstring>defaultDecimalSepED</cstring>
293         </property>
294        </widget>
295       </item>
296       <item row="1" column="6">
297        <spacer name="horizontalSpacer_2">
298         <property name="orientation">
299          <enum>Qt::Horizontal</enum>
300         </property>
301         <property name="sizeHint" stdset="0">
302          <size>
303           <width>40</width>
304           <height>20</height>
305          </size>
306         </property>
307        </spacer>
308       </item>
309       <item row="0" column="3">
310        <widget class="QLineEdit" name="defaultDecimalSepED">
311         <property name="maximumSize">
312          <size>
313           <width>40</width>
314           <height>16777215</height>
315          </size>
316         </property>
317         <property name="toolTip">
318          <string>Insert a custom decimal separator here</string>
319         </property>
320         <property name="inputMask">
321          <string/>
322         </property>
323         <property name="alignment">
324          <set>Qt::AlignCenter</set>
325         </property>
326        </widget>
327       </item>
328       <item row="1" column="0">
329        <widget class="QLabel" name="defaultLengthUnitLA">
330         <property name="toolTip">
331          <string>Select the default length unit for LyX dialogs</string>
332         </property>
333         <property name="text">
334          <string>Default length &amp;unit:</string>
335         </property>
336         <property name="buddy">
337          <cstring>defaultLengthUnitCO</cstring>
338         </property>
339        </widget>
340       </item>
341       <item row="0" column="1">
342        <widget class="QComboBox" name="defaultDecimalSepCO">
343         <property name="toolTip">
344          <string>Here you can specify the decimal separator that is used in the tabular dialog by default. &quot;Language default&quot; selects the appropriate separator for the current language.</string>
345         </property>
346         <item>
347          <property name="text">
348           <string>Language Default</string>
349          </property>
350         </item>
351         <item>
352          <property name="text">
353           <string>Custom</string>
354          </property>
355         </item>
356        </widget>
357       </item>
358       <item row="1" column="1">
359        <widget class="QComboBox" name="defaultLengthUnitCO">
360         <property name="toolTip">
361          <string>Select the default length unit for LyX dialogs</string>
362         </property>
363        </widget>
364       </item>
365      </layout>
366     </widget>
367    </item>
368    <item row="4" column="0">
369     <spacer>
370      <property name="orientation">
371       <enum>Qt::Vertical</enum>
372      </property>
373      <property name="sizeType">
374       <enum>QSizePolicy::Expanding</enum>
375      </property>
376      <property name="sizeHint" stdset="0">
377       <size>
378        <width>20</width>
379        <height>20</height>
380       </size>
381      </property>
382     </spacer>
383    </item>
384   </layout>
385  </widget>
386  <tabstops>
387   <tabstop>uiLanguageCO</tabstop>
388   <tabstop>languagePackageCO</tabstop>
389   <tabstop>languagePackageED</tabstop>
390   <tabstop>startCommandED</tabstop>
391   <tabstop>endCommandED</tabstop>
392   <tabstop>defaultDecimalSepED</tabstop>
393   <tabstop>globalCB</tabstop>
394   <tabstop>explicitDocLangBeginCB</tabstop>
395   <tabstop>markForeignCB</tabstop>
396   <tabstop>respectOSkbdCB</tabstop>
397   <tabstop>logicalCursorRB</tabstop>
398   <tabstop>visualCursorRB</tabstop>
399  </tabstops>
400  <includes>
401   <include location="local">qt_i18n.h</include>
402  </includes>
403  <resources/>
404  <connections/>
405 </ui>