]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/PrefLanguageUi.ui
add support for decimal alignment in tables
[features.git] / src / frontends / qt4 / ui / PrefLanguageUi.ui
1 <ui version="4.0">
2  <class>PrefLanguageUi</class>
3  <widget class="QWidget" name="PrefLanguageUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>387</width>
9     <height>411</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_2">
16    <item row="0" column="0" colspan="2">
17     <widget class="QLabel" name="uiLanguageLA">
18      <property name="text">
19       <string>User &amp;interface language:</string>
20      </property>
21      <property name="buddy">
22       <cstring>uiLanguageCO</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="2">
27     <widget class="QComboBox" name="uiLanguageCO">
28      <property name="toolTip">
29       <string>Select the language of the user interface (menus, dialogs, etc.)</string>
30      </property>
31      <property name="maxVisibleItems">
32       <number>20</number>
33      </property>
34     </widget>
35    </item>
36    <item row="1" column="0" colspan="2">
37     <widget class="QLabel" name="languagePackageLA">
38      <property name="text">
39       <string>Language pac&amp;kage:</string>
40      </property>
41      <property name="buddy">
42       <cstring>languagePackageED</cstring>
43      </property>
44     </widget>
45    </item>
46    <item row="1" column="2">
47     <widget class="QLineEdit" name="languagePackageED">
48      <property name="toolTip">
49       <string>Enter the command to load the language package (default: babel)</string>
50      </property>
51     </widget>
52    </item>
53    <item row="2" column="0" colspan="2">
54     <widget class="QLabel" name="startCommandLA">
55      <property name="text">
56       <string>Command s&amp;tart:</string>
57      </property>
58      <property name="buddy">
59       <cstring>startCommandED</cstring>
60      </property>
61     </widget>
62    </item>
63    <item row="2" column="2">
64     <widget class="QLineEdit" name="startCommandED">
65      <property name="toolTip">
66       <string>The LaTeX command that starts a switch to a foreign language</string>
67      </property>
68     </widget>
69    </item>
70    <item row="2" column="3">
71     <spacer name="horizontalSpacer">
72      <property name="orientation">
73       <enum>Qt::Horizontal</enum>
74      </property>
75      <property name="sizeHint" stdset="0">
76       <size>
77        <width>102</width>
78        <height>20</height>
79       </size>
80      </property>
81     </spacer>
82    </item>
83    <item row="3" column="0" colspan="2">
84     <widget class="QLabel" name="endCommandLA">
85      <property name="text">
86       <string>Command e&amp;nd:</string>
87      </property>
88      <property name="buddy">
89       <cstring>endCommandED</cstring>
90      </property>
91     </widget>
92    </item>
93    <item row="3" column="2">
94     <widget class="QLineEdit" name="endCommandED">
95      <property name="toolTip">
96       <string>The LaTeX command that ends a switch to a foreign language</string>
97      </property>
98     </widget>
99    </item>
100    <item row="4" column="0" colspan="2">
101     <widget class="QLabel" name="decimalPointL">
102      <property name="text">
103       <string>Default Decimal &amp;Point:</string>
104      </property>
105      <property name="buddy">
106       <cstring>defaultDecimalPointLE</cstring>
107      </property>
108     </widget>
109    </item>
110    <item row="4" column="2">
111     <widget class="QLineEdit" name="defaultDecimalPointLE">
112      <property name="maximumSize">
113       <size>
114        <width>20</width>
115        <height>16777215</height>
116       </size>
117      </property>
118      <property name="inputMask">
119       <string>X; </string>
120      </property>
121      <property name="alignment">
122       <set>Qt::AlignCenter</set>
123      </property>
124     </widget>
125    </item>
126    <item row="5" column="0" colspan="2">
127     <widget class="QCheckBox" name="useBabelCB">
128      <property name="toolTip">
129       <string>Use the babel package for multilingual support</string>
130      </property>
131      <property name="text">
132       <string>&amp;Use babel</string>
133      </property>
134     </widget>
135    </item>
136    <item row="6" column="0">
137     <widget class="QCheckBox" name="globalCB">
138      <property name="toolTip">
139       <string>Check to pass the language globally (to the document class), not locally (to the language package)</string>
140      </property>
141      <property name="text">
142       <string>&amp;Global</string>
143      </property>
144     </widget>
145    </item>
146    <item row="7" column="0" colspan="2">
147     <widget class="QCheckBox" name="autoBeginCB">
148      <property name="toolTip">
149       <string>If checked, the document language is not explicitly set by a language switch command</string>
150      </property>
151      <property name="text">
152       <string>Auto &amp;begin</string>
153      </property>
154     </widget>
155    </item>
156    <item row="8" column="0" colspan="2">
157     <widget class="QCheckBox" name="autoEndCB">
158      <property name="toolTip">
159       <string>If checked, the document language is not explicitly closed by a language switch command</string>
160      </property>
161      <property name="text">
162       <string>Auto &amp;end</string>
163      </property>
164     </widget>
165    </item>
166    <item row="9" column="0" colspan="3">
167     <widget class="QCheckBox" name="markForeignCB">
168      <property name="toolTip">
169       <string>Check to highlight foreign languages visually in the work area</string>
170      </property>
171      <property name="text">
172       <string>Mark &amp;foreign languages</string>
173      </property>
174     </widget>
175    </item>
176    <item row="10" column="0" colspan="4">
177     <widget class="QGroupBox" name="rtlGB2">
178      <property name="toolTip">
179       <string/>
180      </property>
181      <property name="title">
182       <string>Right-to-left language support</string>
183      </property>
184      <property name="flat">
185       <bool>true</bool>
186      </property>
187      <property name="checkable">
188       <bool>false</bool>
189      </property>
190      <layout class="QGridLayout" name="gridLayout">
191       <item row="0" column="0">
192        <widget class="QCheckBox" name="rtlGB">
193         <property name="toolTip">
194          <string>Select to enable support of right-to-left languages (e.g. Hebrew, Arabic).</string>
195         </property>
196         <property name="text">
197          <string>Enable RTL su&amp;pport</string>
198         </property>
199        </widget>
200       </item>
201       <item row="1" column="0">
202        <layout class="QHBoxLayout">
203         <property name="spacing">
204          <number>6</number>
205         </property>
206         <property name="margin">
207          <number>0</number>
208         </property>
209         <item>
210          <widget class="QLabel" name="cursorMovementLA">
211           <property name="text">
212            <string>Cursor movement:</string>
213           </property>
214           <property name="scaledContents">
215            <bool>false</bool>
216           </property>
217          </widget>
218         </item>
219         <item>
220          <widget class="QRadioButton" name="logicalCursorRB">
221           <property name="text">
222            <string>&amp;Logical</string>
223           </property>
224           <property name="checked">
225            <bool>true</bool>
226           </property>
227          </widget>
228         </item>
229         <item>
230          <widget class="QRadioButton" name="visualCursorRB">
231           <property name="text">
232            <string>&amp;Visual</string>
233           </property>
234          </widget>
235         </item>
236        </layout>
237       </item>
238       <item row="1" column="1">
239        <spacer>
240         <property name="orientation">
241          <enum>Qt::Horizontal</enum>
242         </property>
243         <property name="sizeHint" stdset="0">
244          <size>
245           <width>101</width>
246           <height>20</height>
247          </size>
248         </property>
249        </spacer>
250       </item>
251      </layout>
252     </widget>
253    </item>
254    <item row="11" column="1">
255     <spacer>
256      <property name="orientation">
257       <enum>Qt::Vertical</enum>
258      </property>
259      <property name="sizeType">
260       <enum>QSizePolicy::Expanding</enum>
261      </property>
262      <property name="sizeHint" stdset="0">
263       <size>
264        <width>20</width>
265        <height>20</height>
266       </size>
267      </property>
268     </spacer>
269    </item>
270   </layout>
271  </widget>
272  <tabstops>
273   <tabstop>uiLanguageCO</tabstop>
274   <tabstop>languagePackageED</tabstop>
275   <tabstop>startCommandED</tabstop>
276   <tabstop>endCommandED</tabstop>
277   <tabstop>defaultDecimalPointLE</tabstop>
278   <tabstop>useBabelCB</tabstop>
279   <tabstop>globalCB</tabstop>
280   <tabstop>autoBeginCB</tabstop>
281   <tabstop>autoEndCB</tabstop>
282   <tabstop>markForeignCB</tabstop>
283   <tabstop>rtlGB</tabstop>
284   <tabstop>logicalCursorRB</tabstop>
285   <tabstop>visualCursorRB</tabstop>
286  </tabstops>
287  <includes>
288   <include location="local">qt_i18n.h</include>
289  </includes>
290  <resources/>
291  <connections>
292   <connection>
293    <sender>rtlGB</sender>
294    <signal>toggled(bool)</signal>
295    <receiver>logicalCursorRB</receiver>
296    <slot>setEnabled(bool)</slot>
297    <hints>
298     <hint type="sourcelabel">
299      <x>139</x>
300      <y>317</y>
301     </hint>
302     <hint type="destinationlabel">
303      <x>162</x>
304      <y>348</y>
305     </hint>
306    </hints>
307   </connection>
308   <connection>
309    <sender>rtlGB</sender>
310    <signal>toggled(bool)</signal>
311    <receiver>visualCursorRB</receiver>
312    <slot>setEnabled(bool)</slot>
313    <hints>
314     <hint type="sourcelabel">
315      <x>139</x>
316      <y>317</y>
317     </hint>
318     <hint type="destinationlabel">
319      <x>228</x>
320      <y>348</y>
321     </hint>
322    </hints>
323   </connection>
324   <connection>
325    <sender>rtlGB</sender>
326    <signal>toggled(bool)</signal>
327    <receiver>cursorMovementLA</receiver>
328    <slot>setEnabled(bool)</slot>
329    <hints>
330     <hint type="sourcelabel">
331      <x>139</x>
332      <y>317</y>
333     </hint>
334     <hint type="destinationlabel">
335      <x>72</x>
336      <y>348</y>
337     </hint>
338    </hints>
339   </connection>
340  </connections>
341 </ui>