]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/LanguageUi.ui
GuiDocument: Further encoding GUI improvement
[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>431</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      </item>
49      <item row="2" column="0">
50       <layout class="QHBoxLayout" name="horizontalLayout"/>
51      </item>
52      <item row="2" column="1">
53       <widget class="QCheckBox" name="dynamicQuotesCB">
54        <property name="toolTip">
55         <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>
56        </property>
57        <property name="text">
58         <string>Use d&amp;ynamic quotation marks</string>
59        </property>
60       </widget>
61      </item>
62     </layout>
63    </item>
64    <item row="0" column="1" colspan="2">
65     <spacer>
66      <property name="orientation">
67       <enum>Qt::Horizontal</enum>
68      </property>
69      <property name="sizeType">
70       <enum>QSizePolicy::MinimumExpanding</enum>
71      </property>
72      <property name="sizeHint" stdset="0">
73       <size>
74        <width>71</width>
75        <height>23</height>
76       </size>
77      </property>
78     </spacer>
79    </item>
80    <item row="1" column="0" colspan="2">
81     <layout class="QGridLayout" name="gridLayout">
82      <item row="0" column="2">
83       <widget class="QComboBox" name="customEncodingCO">
84        <property name="enabled">
85         <bool>false</bool>
86        </property>
87        <property name="toolTip">
88         <string>If you selected a custom output encoding to the left, yo can specifiy it here</string>
89        </property>
90       </widget>
91      </item>
92      <item row="2" column="1">
93       <widget class="QComboBox" name="languagePackageCO">
94        <property name="toolTip">
95         <string>Select which language package LyX should use</string>
96        </property>
97       </widget>
98      </item>
99      <item row="2" column="0">
100       <widget class="QLabel" name="languagePackageLA">
101        <property name="text">
102         <string>Language pa&amp;ckage:</string>
103        </property>
104        <property name="buddy">
105         <cstring>languagePackageCO</cstring>
106        </property>
107       </widget>
108      </item>
109      <item row="0" column="0">
110       <widget class="QLabel" name="encodingLA">
111        <property name="text">
112         <string>&amp;Encoding:</string>
113        </property>
114        <property name="buddy">
115         <cstring>encodingCO</cstring>
116        </property>
117       </widget>
118      </item>
119      <item row="0" column="1">
120       <widget class="QComboBox" name="encodingCO">
121        <property name="enabled">
122         <bool>true</bool>
123        </property>
124        <property name="toolTip">
125         <string>Here you might adjust the output encoding (used for LaTeX files)</string>
126        </property>
127        <property name="duplicatesEnabled">
128         <bool>false</bool>
129        </property>
130       </widget>
131      </item>
132      <item row="2" column="2">
133       <widget class="QLineEdit" name="languagePackageLE">
134        <property name="toolTip">
135         <string>Enter the command to load the language package (default: \usepackage{babel})</string>
136        </property>
137       </widget>
138      </item>
139      <item row="1" column="1">
140       <widget class="QCheckBox" name="noInputencCB">
141        <property name="toolTip">
142         <string>If this is checked, LyX does not load the inputenc LaTeX package</string>
143        </property>
144        <property name="text">
145         <string>Do not load &amp;inputenc</string>
146        </property>
147       </widget>
148      </item>
149     </layout>
150    </item>
151    <item row="1" column="2">
152     <spacer name="horizontalSpacer">
153      <property name="orientation">
154       <enum>Qt::Horizontal</enum>
155      </property>
156      <property name="sizeHint" stdset="0">
157       <size>
158        <width>38</width>
159        <height>20</height>
160       </size>
161      </property>
162     </spacer>
163    </item>
164    <item row="2" column="0">
165     <spacer>
166      <property name="orientation">
167       <enum>Qt::Vertical</enum>
168      </property>
169      <property name="sizeType">
170       <enum>QSizePolicy::Expanding</enum>
171      </property>
172      <property name="sizeHint" stdset="0">
173       <size>
174        <width>71</width>
175        <height>171</height>
176       </size>
177      </property>
178     </spacer>
179    </item>
180   </layout>
181  </widget>
182  <tabstops>
183   <tabstop>languageCO</tabstop>
184   <tabstop>quoteStyleCO</tabstop>
185   <tabstop>languagePackageCO</tabstop>
186   <tabstop>languagePackageLE</tabstop>
187  </tabstops>
188  <includes>
189   <include location="local">qt_i18n.h</include>
190  </includes>
191  <resources/>
192  <connections/>
193 </ui>