]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/LanguageUi.ui
Fixup 999fb37e: always run updateMacros when in batch mode
[lyx.git] / src / frontends / qt / 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>316</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="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 quotation marks style</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">
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">
85     <widget class="QGroupBox" name="encodingGB">
86      <property name="title">
87       <string>Encoding</string>
88      </property>
89      <layout class="QGridLayout" name="gridLayout_3">
90       <item row="0" column="0">
91        <layout class="QGridLayout" name="gridLayout">
92         <item row="0" column="0">
93          <widget class="QLabel" name="encodingLA">
94           <property name="text">
95            <string>&amp;Type:</string>
96           </property>
97           <property name="buddy">
98            <cstring>encodingCO</cstring>
99           </property>
100          </widget>
101         </item>
102         <item row="0" column="1">
103          <widget class="QComboBox" name="encodingCO">
104           <property name="enabled">
105            <bool>true</bool>
106           </property>
107           <property name="toolTip">
108            <string>Select encoding of the generated LaTeX source (LaTeX input encoding).</string>
109           </property>
110           <property name="duplicatesEnabled">
111            <bool>false</bool>
112           </property>
113          </widget>
114         </item>
115         <item row="1" column="1">
116          <widget class="QComboBox" name="unicodeEncodingCO">
117           <property name="visible">
118            <bool>true</bool>
119           </property>
120           <property name="toolTip">
121            <string>Select Unicode encoding variant.</string>
122           </property>
123          </widget>
124         </item>
125         <item row="1" column="1">
126          <widget class="QComboBox" name="autoEncodingCO">
127           <property name="enabled">
128            <bool>false</bool>
129           </property>
130           <property name="toolTip">
131            <string>Specify whether to load the 'inputenc' package.</string>
132           </property>
133          </widget>
134         </item>
135         <item row="1" column="1">
136          <widget class="QComboBox" name="customEncodingCO">
137           <property name="visible">
138            <bool>false</bool>
139           </property>
140           <property name="toolTip">
141            <string>Select custom encoding.</string>
142           </property>
143          </widget>
144         </item>
145         <item row="1" column="0">
146          <widget class="QLabel" name="encodingVariantLA">
147           <property name="text">
148            <string>&amp;Variant:</string>
149           </property>
150           <property name="buddy">
151            <cstring>autoEncodingCO</cstring>
152           </property>
153          </widget>
154         </item>
155        </layout>
156       </item>
157      </layout>
158     </widget>
159    </item>
160    <item row="1" column="1">
161     <spacer name="horizontalSpacer">
162      <property name="orientation">
163       <enum>Qt::Horizontal</enum>
164      </property>
165      <property name="sizeHint" stdset="0">
166       <size>
167        <width>0</width>
168        <height>20</height>
169       </size>
170      </property>
171     </spacer>
172    </item>
173    <item row="2" column="0" colspan="2">
174     <layout class="QHBoxLayout" name="horizontalLayout_2">
175      <item>
176       <widget class="QLabel" name="languagePackageLA">
177        <property name="text">
178         <string>Language pa&amp;ckage:</string>
179        </property>
180        <property name="buddy">
181         <cstring>languagePackageCO</cstring>
182        </property>
183       </widget>
184      </item>
185      <item>
186       <widget class="QComboBox" name="languagePackageCO">
187        <property name="toolTip">
188         <string>Select which language package LyX should use</string>
189        </property>
190       </widget>
191      </item>
192      <item>
193       <widget class="QLineEdit" name="languagePackageLE">
194        <property name="toolTip">
195         <string>Enter the command to load the language package (default: \usepackage{babel})</string>
196        </property>
197       </widget>
198      </item>
199      <item>
200       <spacer name="horizontalSpacer_2">
201        <property name="orientation">
202         <enum>Qt::Horizontal</enum>
203        </property>
204        <property name="sizeHint" stdset="0">
205         <size>
206          <width>40</width>
207          <height>20</height>
208         </size>
209        </property>
210       </spacer>
211      </item>
212     </layout>
213    </item>
214    <item row="3" column="0">
215     <spacer>
216      <property name="orientation">
217       <enum>Qt::Vertical</enum>
218      </property>
219      <property name="sizeType">
220       <enum>QSizePolicy::Expanding</enum>
221      </property>
222      <property name="sizeHint" stdset="0">
223       <size>
224        <width>71</width>
225        <height>171</height>
226       </size>
227      </property>
228     </spacer>
229    </item>
230   </layout>
231  </widget>
232  <tabstops>
233   <tabstop>languageCO</tabstop>
234   <tabstop>quoteStyleCO</tabstop>
235  </tabstops>
236  <includes>
237   <include location="local">qt_i18n.h</include>
238  </includes>
239  <resources/>
240  <connections/>
241 </ui>