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