]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/LanguageUi.ui
Fix remainder of #11115.
[features.git] / src / frontends / qt4 / ui / LanguageUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LanguageUi</class>
4  <widget class="QWidget" name="LanguageUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>472</width>
10     <height>253</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3">
17    <item row="0" column="0">
18     <layout class="QGridLayout" name="gridLayout_2">
19      <item row="0" column="0">
20       <widget class="QLabel" name="languageL">
21        <property name="text">
22         <string>&amp;Language:</string>
23        </property>
24        <property name="buddy">
25         <cstring>languageCO</cstring>
26        </property>
27       </widget>
28      </item>
29      <item row="0" column="1">
30       <widget class="QComboBox" name="languageCO">
31        <property name="maxVisibleItems">
32         <number>20</number>
33        </property>
34       </widget>
35      </item>
36      <item row="1" column="0">
37       <widget class="QLabel" name="typeL">
38        <property name="text">
39         <string>&amp;Quote style:</string>
40        </property>
41        <property name="buddy">
42         <cstring>quoteStyleCO</cstring>
43        </property>
44       </widget>
45      </item>
46      <item row="1" column="1">
47       <widget class="QComboBox" name="quoteStyleCO">
48        <property name="toolTip">
49         <string>Select the default style of Quote insets.</string>
50        </property>
51       </widget>
52      </item>
53      <item row="2" column="0">
54       <layout class="QHBoxLayout" name="horizontalLayout"/>
55      </item>
56      <item row="2" column="1">
57       <widget class="QCheckBox" name="dynamicQuotesCB">
58        <property name="toolTip">
59         <string>Output quotation marks that automatically adapt to the style selected above. If this is not selected, the quotation marks will stick with the style they have been inserted with.</string>
60        </property>
61        <property name="text">
62         <string>Use d&amp;ynamic quotation marks</string>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item row="0" column="1" colspan="2">
69     <spacer>
70      <property name="orientation">
71       <enum>Qt::Horizontal</enum>
72      </property>
73      <property name="sizeType">
74       <enum>QSizePolicy::MinimumExpanding</enum>
75      </property>
76      <property name="sizeHint" stdset="0">
77       <size>
78        <width>0</width>
79        <height>23</height>
80       </size>
81      </property>
82     </spacer>
83    </item>
84    <item row="1" column="0" colspan="2">
85     <layout class="QGridLayout" name="gridLayout">
86      <item row="0" column="2">
87       <widget class="QComboBox" name="unicodeEncodingCO">
88        <property name="enabled">
89         <bool>false</bool>
90        </property>
91        <property name="toolTip">
92         <string>Select Unicode (utf8) variant.</string>
93        </property>
94       </widget>
95      </item>
96      <item row="1" column="2">
97       <widget class="QComboBox" name="autoEncodingCO">
98        <property name="enabled">
99         <bool>false</bool>
100        </property>
101        <property name="toolTip">
102         <string>Specify whether to load the 'inputenc' package
103           and write input encoding switch commands to the source.</string>
104        </property>
105       </widget>
106      </item>
107      <item row="2" column="2">
108       <widget class="QComboBox" name="customEncodingCO">
109        <property name="enabled">
110         <bool>false</bool>
111        </property>
112        <property name="toolTip">
113         <string>Select encoding</string>
114        </property>
115       </widget>
116      </item>
117      <item row="3" column="1">
118       <widget class="QComboBox" name="languagePackageCO">
119        <property name="toolTip">
120         <string>Select which language package LyX should use</string>
121        </property>
122       </widget>
123      </item>
124      <item row="3" column="0">
125       <widget class="QLabel" name="languagePackageLA">
126        <property name="text">
127         <string>Language pa&amp;ckage:</string>
128        </property>
129        <property name="buddy">
130         <cstring>languagePackageCO</cstring>
131        </property>
132       </widget>
133      </item>
134      <item row="0" column="0">
135       <widget class="QLabel" name="encodingLA">
136        <property name="text">
137         <string>&amp;Encoding:</string>
138        </property>
139        <property name="toolTip">
140         <string>Encoding of the generated LaTeX source
141           (LaTeX input encoding).</string>
142        </property>
143        <property name="buddy">
144         <cstring>unicodeEncodingRB</cstring>
145        </property>
146       </widget>
147      </item>
148      <item row="0" column="1">
149       <widget class="QRadioButton" name="unicodeEncodingRB">
150        <property name="enabled">
151         <bool>true</bool>
152        </property>
153        <property name="text">
154         <string>Unicode</string>
155        </property>
156        <property name="toolTip">
157         <string>Set input encoding to Unicode (utf8).</string>
158        </property>
159       </widget>
160      </item>
161      <item row="1" column="1">
162       <widget class="QRadioButton" name="autoEncodingRB">
163        <property name="enabled">
164         <bool>true</bool>
165        </property>
166        <property name="text">
167         <string>Automatic</string>
168        </property>
169        <property name="toolTip">
170         <string>Use language specific legacy encodings.</string>
171        </property>
172       </widget>
173      </item>
174      <item row="2" column="1">
175       <widget class="QRadioButton" name="customEncodingRB">
176        <property name="enabled">
177         <bool>true</bool>
178        </property>
179        <property name="text">
180         <string>Custom</string>
181        </property>
182        <property name="toolTip">
183         <string>Use custom document-wide encoding.</string>
184        </property>
185       </widget>
186      </item>
187      <item row="3" column="2">
188       <widget class="QLineEdit" name="languagePackageLE">
189        <property name="toolTip">
190         <string>Enter the command to load the language package (default: \usepackage{babel})</string>
191        </property>
192       </widget>
193      </item>
194     </layout>
195    </item>
196    <item row="1" column="2">
197     <spacer name="horizontalSpacer">
198      <property name="orientation">
199       <enum>Qt::Horizontal</enum>
200      </property>
201      <property name="sizeHint" stdset="0">
202       <size>
203        <width>0</width>
204        <height>20</height>
205       </size>
206      </property>
207     </spacer>
208    </item>
209    <item row="2" column="0">
210     <spacer>
211      <property name="orientation">
212       <enum>Qt::Vertical</enum>
213      </property>
214      <property name="sizeType">
215       <enum>QSizePolicy::Expanding</enum>
216      </property>
217      <property name="sizeHint" stdset="0">
218       <size>
219        <width>71</width>
220        <height>171</height>
221       </size>
222      </property>
223     </spacer>
224    </item>
225   </layout>
226  </widget>
227  <tabstops>
228   <tabstop>languageCO</tabstop>
229   <tabstop>quoteStyleCO</tabstop>
230   <tabstop>languagePackageCO</tabstop>
231   <tabstop>languagePackageLE</tabstop>
232  </tabstops>
233  <includes>
234   <include location="local">qt_i18n.h</include>
235  </includes>
236  <resources/>
237  <connections/>
238 </ui>