|
1 <ui version="4.0" > |
|
2 <author></author> |
|
3 <comment>********************************************************************* |
|
4 ** |
|
5 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
6 ** All rights reserved. |
|
7 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
8 ** |
|
9 ** This file is part of the autotests of the Qt Toolkit. |
|
10 ** |
|
11 ** $QT_BEGIN_LICENSE:LGPL$ |
|
12 ** No Commercial Usage |
|
13 ** This file contains pre-release code and may not be distributed. |
|
14 ** You may use this file in accordance with the terms and conditions |
|
15 ** contained in the Technology Preview License Agreement accompanying |
|
16 ** this package. |
|
17 ** |
|
18 ** GNU Lesser General Public License Usage |
|
19 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
20 ** General Public License version 2.1 as published by the Free Software |
|
21 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
22 ** packaging of this file. Please review the following information to |
|
23 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
24 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
25 ** |
|
26 ** In addition, as a special exception, Nokia gives you certain additional |
|
27 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
28 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
29 ** |
|
30 ** If you have questions regarding the use of this file, please contact |
|
31 ** Nokia at qt-info@nokia.com. |
|
32 ** |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** |
|
39 ** |
|
40 ** $QT_END_LICENSE$ |
|
41 ** |
|
42 *********************************************************************</comment> |
|
43 <exportmacro></exportmacro> |
|
44 <class>databaseTranslationDialog</class> |
|
45 <widget class="QDialog" name="databaseTranslationDialog" > |
|
46 <property name="geometry" > |
|
47 <rect> |
|
48 <x>0</x> |
|
49 <y>0</y> |
|
50 <width>425</width> |
|
51 <height>370</height> |
|
52 </rect> |
|
53 </property> |
|
54 <property name="windowTitle" > |
|
55 <string>Qt Linguist - Batch Translation</string> |
|
56 </property> |
|
57 <layout class="QVBoxLayout" > |
|
58 <property name="margin" > |
|
59 <number>9</number> |
|
60 </property> |
|
61 <property name="spacing" > |
|
62 <number>6</number> |
|
63 </property> |
|
64 <item> |
|
65 <widget class="QGroupBox" name="groupBox" > |
|
66 <property name="sizePolicy" > |
|
67 <sizepolicy> |
|
68 <hsizetype>5</hsizetype> |
|
69 <vsizetype>4</vsizetype> |
|
70 <horstretch>0</horstretch> |
|
71 <verstretch>0</verstretch> |
|
72 </sizepolicy> |
|
73 </property> |
|
74 <property name="title" > |
|
75 <string>Options</string> |
|
76 </property> |
|
77 <layout class="QVBoxLayout" > |
|
78 <property name="margin" > |
|
79 <number>9</number> |
|
80 </property> |
|
81 <property name="spacing" > |
|
82 <number>6</number> |
|
83 </property> |
|
84 <item> |
|
85 <widget class="QCheckBox" name="ckOnlyUntranslated" > |
|
86 <property name="text" > |
|
87 <string>Only translate entries with no translation</string> |
|
88 </property> |
|
89 <property name="checked" > |
|
90 <bool>true</bool> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 <item> |
|
95 <widget class="QCheckBox" name="ckMarkFinished" > |
|
96 <property name="text" > |
|
97 <string>Set translated entries to finished</string> |
|
98 </property> |
|
99 <property name="checked" > |
|
100 <bool>true</bool> |
|
101 </property> |
|
102 </widget> |
|
103 </item> |
|
104 </layout> |
|
105 </widget> |
|
106 </item> |
|
107 <item> |
|
108 <widget class="QGroupBox" name="groupBox_2" > |
|
109 <property name="sizePolicy" > |
|
110 <sizepolicy> |
|
111 <hsizetype>5</hsizetype> |
|
112 <vsizetype>1</vsizetype> |
|
113 <horstretch>0</horstretch> |
|
114 <verstretch>0</verstretch> |
|
115 </sizepolicy> |
|
116 </property> |
|
117 <property name="title" > |
|
118 <string>Phrase book preference</string> |
|
119 </property> |
|
120 <layout class="QVBoxLayout" > |
|
121 <property name="margin" > |
|
122 <number>9</number> |
|
123 </property> |
|
124 <property name="spacing" > |
|
125 <number>6</number> |
|
126 </property> |
|
127 <item> |
|
128 <layout class="QHBoxLayout" > |
|
129 <property name="margin" > |
|
130 <number>0</number> |
|
131 </property> |
|
132 <property name="spacing" > |
|
133 <number>6</number> |
|
134 </property> |
|
135 <item> |
|
136 <widget class="QListView" name="phrasebookList" > |
|
137 <property name="uniformItemSizes" > |
|
138 <bool>true</bool> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <layout class="QVBoxLayout" > |
|
144 <property name="margin" > |
|
145 <number>0</number> |
|
146 </property> |
|
147 <property name="spacing" > |
|
148 <number>6</number> |
|
149 </property> |
|
150 <item> |
|
151 <widget class="QPushButton" name="moveUpButton" > |
|
152 <property name="text" > |
|
153 <string>Move up</string> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 <item> |
|
158 <widget class="QPushButton" name="moveDownButton" > |
|
159 <property name="text" > |
|
160 <string>Move down</string> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 <item> |
|
165 <spacer> |
|
166 <property name="orientation" > |
|
167 <enum>Qt::Vertical</enum> |
|
168 </property> |
|
169 <property name="sizeHint" > |
|
170 <size> |
|
171 <width>20</width> |
|
172 <height>40</height> |
|
173 </size> |
|
174 </property> |
|
175 </spacer> |
|
176 </item> |
|
177 </layout> |
|
178 </item> |
|
179 </layout> |
|
180 </item> |
|
181 <item> |
|
182 <widget class="QLabel" name="label" > |
|
183 <property name="text" > |
|
184 <string>The batch translator will search through the selected phrasebooks in the order given above.</string> |
|
185 </property> |
|
186 <property name="wordWrap" > |
|
187 <bool>true</bool> |
|
188 </property> |
|
189 </widget> |
|
190 </item> |
|
191 </layout> |
|
192 </widget> |
|
193 </item> |
|
194 <item> |
|
195 <layout class="QHBoxLayout" > |
|
196 <property name="margin" > |
|
197 <number>0</number> |
|
198 </property> |
|
199 <property name="spacing" > |
|
200 <number>6</number> |
|
201 </property> |
|
202 <item> |
|
203 <spacer> |
|
204 <property name="orientation" > |
|
205 <enum>Qt::Horizontal</enum> |
|
206 </property> |
|
207 <property name="sizeHint" > |
|
208 <size> |
|
209 <width>40</width> |
|
210 <height>20</height> |
|
211 </size> |
|
212 </property> |
|
213 </spacer> |
|
214 </item> |
|
215 <item> |
|
216 <widget class="QPushButton" name="runButton" > |
|
217 <property name="text" > |
|
218 <string>&Run</string> |
|
219 </property> |
|
220 </widget> |
|
221 </item> |
|
222 <item> |
|
223 <widget class="QPushButton" name="cancelButton" > |
|
224 <property name="text" > |
|
225 <string>&Cancel</string> |
|
226 </property> |
|
227 </widget> |
|
228 </item> |
|
229 </layout> |
|
230 </item> |
|
231 </layout> |
|
232 </widget> |
|
233 <pixmapfunction></pixmapfunction> |
|
234 <resources/> |
|
235 <connections/> |
|
236 </ui> |