]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/LanguageUi.ui
Rename frontend qt4 to qt
[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>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 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" 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="0">
87       <widget class="QLabel" name="encodingLA">
88        <property name="text">
89         <string>&amp;Encoding:</string>
90        </property>
91        <property name="buddy">
92         <cstring>encodingCO</cstring>
93        </property>
94       </widget>
95      </item>
96      <item row="0" column="1">
97       <widget class="QComboBox" name="encodingCO">
98        <property name="enabled">
99         <bool>true</bool>
100        </property>
101        <property name="toolTip">
102         <string>Select encoding of the generated LaTeX source
103           (LaTeX input encoding).</string>
104        </property>
105        <property name="duplicatesEnabled">
106         <bool>false</bool>
107        </property>
108       </widget>
109      </item>
110      <item row="0" column="2">
111       <widget class="QComboBox" name="unicodeEncodingCO">
112        <property name="visible">
113         <bool>true</bool>
114        </property>
115        <property name="toolTip">
116         <string>Select Unicode encoding variant.</string>
117        </property>
118       </widget>
119      </item>
120      <item row="0" column="2">
121       <widget class="QComboBox" name="autoEncodingCO">
122        <property name="enabled">
123         <bool>false</bool>
124        </property>
125        <property name="toolTip">
126         <string>Specify whether to load the 'inputenc' package.</string>
127        </property>
128       </widget>
129      </item>
130      <item row="0" column="2">
131       <widget class="QComboBox" name="customEncodingCO">
132        <property name="visible">
133         <bool>false</bool>
134        </property>
135        <property name="toolTip">
136         <string>Select custom encoding.</string>
137        </property>
138       </widget>
139      </item>
140      <item row="3" column="0">
141       <widget class="QLabel" name="languagePackageLA">
142        <property name="text">
143         <string>Language pa&amp;ckage:</string>
144        </property>
145        <property name="buddy">
146         <cstring>languagePackageCO</cstring>
147        </property>
148       </widget>
149      </item>
150      <item row="3" column="1">
151       <widget class="QComboBox" name="languagePackageCO">
152        <property name="toolTip">
153         <string>Select which language package LyX should use</string>
154        </property>
155       </widget>
156      </item>
157      <item row="3" column="2">
158       <widget class="QLineEdit" name="languagePackageLE">
159        <property name="toolTip">
160         <string>Enter the command to load the language package (default: \usepackage{babel})</string>
161        </property>
162       </widget>
163      </item>
164     </layout>
165    </item>
166    <item row="1" column="2">
167     <spacer name="horizontalSpacer">
168      <property name="orientation">
169       <enum>Qt::Horizontal</enum>
170      </property>
171      <property name="sizeHint" stdset="0">
172       <size>
173        <width>0</width>
174        <height>20</height>
175       </size>
176      </property>
177     </spacer>
178    </item>
179    <item row="2" column="0">
180     <spacer>
181      <property name="orientation">
182       <enum>Qt::Vertical</enum>
183      </property>
184      <property name="sizeType">
185       <enum>QSizePolicy::Expanding</enum>
186      </property>
187      <property name="sizeHint" stdset="0">
188       <size>
189        <width>71</width>
190        <height>171</height>
191       </size>
192      </property>
193     </spacer>
194    </item>
195   </layout>
196  </widget>
197  <tabstops>
198   <tabstop>languageCO</tabstop>
199   <tabstop>quoteStyleCO</tabstop>
200   <tabstop>languagePackageCO</tabstop>
201   <tabstop>languagePackageLE</tabstop>
202  </tabstops>
203  <includes>
204   <include location="local">qt_i18n.h</include>
205  </includes>
206  <resources/>
207  <connections/>
208 </ui>