Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui

changeset 6018
1c858879d3d0
child 6411
7fd9b7ecbcfe
equal deleted inserted replaced
6017:dab01678626d 6018:1c858879d3d0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TranslatorPage</class>
4 <widget class="QWidget" name="TranslatorPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>494</width>
10 <height>937</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Translator&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line15">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox">
36 <property name="title">
37 <string>Enabled Languages</string>
38 </property>
39 <layout class="QVBoxLayout" name="verticalLayout">
40 <item>
41 <widget class="QListWidget" name="languagesList">
42 <property name="minimumSize">
43 <size>
44 <width>0</width>
45 <height>250</height>
46 </size>
47 </property>
48 <property name="iconSize">
49 <size>
50 <width>22</width>
51 <height>22</height>
52 </size>
53 </property>
54 <property name="isWrapping" stdset="0">
55 <bool>true</bool>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <layout class="QHBoxLayout" name="horizontalLayout">
61 <item>
62 <spacer name="horizontalSpacer">
63 <property name="orientation">
64 <enum>Qt::Horizontal</enum>
65 </property>
66 <property name="sizeHint" stdset="0">
67 <size>
68 <width>40</width>
69 <height>20</height>
70 </size>
71 </property>
72 </spacer>
73 </item>
74 <item>
75 <widget class="QPushButton" name="setButton">
76 <property name="toolTip">
77 <string>Press to set or unset all entries</string>
78 </property>
79 <property name="text">
80 <string>Set/Unset All</string>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <spacer name="horizontalSpacer_3">
86 <property name="orientation">
87 <enum>Qt::Horizontal</enum>
88 </property>
89 <property name="sizeHint" stdset="0">
90 <size>
91 <width>40</width>
92 <height>20</height>
93 </size>
94 </property>
95 </spacer>
96 </item>
97 <item>
98 <widget class="QPushButton" name="defaultButton">
99 <property name="toolTip">
100 <string>Press to set the default list of enabled languages</string>
101 </property>
102 <property name="text">
103 <string>Set Default</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <spacer name="horizontalSpacer_2">
109 <property name="orientation">
110 <enum>Qt::Horizontal</enum>
111 </property>
112 <property name="sizeHint" stdset="0">
113 <size>
114 <width>40</width>
115 <height>20</height>
116 </size>
117 </property>
118 </spacer>
119 </item>
120 </layout>
121 </item>
122 </layout>
123 </widget>
124 </item>
125 <item>
126 <widget class="QGroupBox" name="groupBox_2">
127 <property name="title">
128 <string>Google V.1</string>
129 </property>
130 <layout class="QVBoxLayout" name="verticalLayout_2">
131 <item>
132 <widget class="QCheckBox" name="dictionaryCheckBox">
133 <property name="toolTip">
134 <string>Select to show the results of the translation dictionary</string>
135 </property>
136 <property name="text">
137 <string>Show dictionary results</string>
138 </property>
139 </widget>
140 </item>
141 </layout>
142 </widget>
143 </item>
144 <item>
145 <widget class="QGroupBox" name="groupBox_5">
146 <property name="title">
147 <string>Google V.2</string>
148 </property>
149 <layout class="QGridLayout" name="gridLayout_3">
150 <item row="0" column="0">
151 <widget class="QLabel" name="label_4">
152 <property name="text">
153 <string>Key:</string>
154 </property>
155 </widget>
156 </item>
157 <item row="0" column="1">
158 <widget class="QLineEdit" name="googlev2KeyEdit">
159 <property name="toolTip">
160 <string>Enter your Google Translate key</string>
161 </property>
162 </widget>
163 </item>
164 <item row="1" column="0" colspan="2">
165 <widget class="QLabel" name="googlev2Label">
166 <property name="text">
167 <string/>
168 </property>
169 <property name="wordWrap">
170 <bool>true</bool>
171 </property>
172 <property name="openExternalLinks">
173 <bool>true</bool>
174 </property>
175 </widget>
176 </item>
177 </layout>
178 </widget>
179 </item>
180 <item>
181 <widget class="QGroupBox" name="groupBox_6">
182 <property name="title">
183 <string>Microsoft Azure</string>
184 </property>
185 <layout class="QGridLayout" name="gridLayout_4">
186 <item row="0" column="0">
187 <widget class="QLabel" name="label_5">
188 <property name="text">
189 <string>Subscription Key:</string>
190 </property>
191 </widget>
192 </item>
193 <item row="0" column="1">
194 <widget class="QLineEdit" name="msSubscriptionKeyEdit">
195 <property name="toolTip">
196 <string>Enter the subscription key of the text translator service</string>
197 </property>
198 </widget>
199 </item>
200 <item row="1" column="0" colspan="2">
201 <widget class="QLabel" name="msLabel">
202 <property name="wordWrap">
203 <bool>true</bool>
204 </property>
205 <property name="openExternalLinks">
206 <bool>true</bool>
207 </property>
208 </widget>
209 </item>
210 </layout>
211 </widget>
212 </item>
213 <item>
214 <widget class="QGroupBox" name="groupBox_4">
215 <property name="title">
216 <string>MyMemory</string>
217 </property>
218 <layout class="QGridLayout" name="gridLayout_2">
219 <item row="0" column="0">
220 <widget class="QLabel" name="label">
221 <property name="text">
222 <string>Email:</string>
223 </property>
224 </widget>
225 </item>
226 <item row="0" column="1">
227 <widget class="QLineEdit" name="mymemoryEmailEdit">
228 <property name="toolTip">
229 <string>Enter email address to be sent with each request (optional)</string>
230 </property>
231 </widget>
232 </item>
233 <item row="1" column="0">
234 <widget class="QLabel" name="label_3">
235 <property name="text">
236 <string>Key:</string>
237 </property>
238 </widget>
239 </item>
240 <item row="1" column="1">
241 <widget class="QLineEdit" name="mymemoryKeyEdit">
242 <property name="toolTip">
243 <string>Enter your MyMemory key</string>
244 </property>
245 </widget>
246 </item>
247 <item row="2" column="0" colspan="2">
248 <widget class="QLabel" name="mymemoryLabel">
249 <property name="text">
250 <string/>
251 </property>
252 <property name="wordWrap">
253 <bool>true</bool>
254 </property>
255 <property name="openExternalLinks">
256 <bool>true</bool>
257 </property>
258 </widget>
259 </item>
260 </layout>
261 </widget>
262 </item>
263 <item>
264 <widget class="QGroupBox" name="groupBox_3">
265 <property name="title">
266 <string>Yandex</string>
267 </property>
268 <layout class="QGridLayout" name="gridLayout">
269 <item row="0" column="0">
270 <widget class="QLabel" name="label_2">
271 <property name="text">
272 <string>Key:</string>
273 </property>
274 </widget>
275 </item>
276 <item row="0" column="1">
277 <widget class="QLineEdit" name="yandexKeyEdit">
278 <property name="toolTip">
279 <string>Enter your Yandex key</string>
280 </property>
281 </widget>
282 </item>
283 <item row="1" column="0" colspan="2">
284 <widget class="QLabel" name="yandexLabel">
285 <property name="text">
286 <string/>
287 </property>
288 <property name="wordWrap">
289 <bool>true</bool>
290 </property>
291 <property name="openExternalLinks">
292 <bool>true</bool>
293 </property>
294 </widget>
295 </item>
296 </layout>
297 </widget>
298 </item>
299 </layout>
300 </widget>
301 <tabstops>
302 <tabstop>languagesList</tabstop>
303 <tabstop>setButton</tabstop>
304 <tabstop>defaultButton</tabstop>
305 <tabstop>dictionaryCheckBox</tabstop>
306 <tabstop>googlev2KeyEdit</tabstop>
307 <tabstop>msSubscriptionKeyEdit</tabstop>
308 <tabstop>mymemoryEmailEdit</tabstop>
309 <tabstop>mymemoryKeyEdit</tabstop>
310 <tabstop>yandexKeyEdit</tabstop>
311 </tabstops>
312 <resources/>
313 <connections/>
314 </ui>

eric ide

mercurial