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