summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/projectwizardwidget.ui
blob: c9329be7214605637cc4d072e6e1d8f5bef491a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ProjectStep1</class>
<author>Stanislav Visnovsky &lt;visnovsky@kde.org&gt;</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>ProjectStep1</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>486</width>
            <height>432</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLabel">
            <property name="name">
                <cstring>textLabel1_3</cstring>
            </property>
            <property name="text">
                <string>&lt;font size="+1"&gt;Welcome to Project Wizard!&lt;/font&gt;
&lt;br/&gt;
&lt;p&gt;
The wizard will help you to setup a new translation
project for KBabel.
&lt;/p&gt;
&lt;p&gt;
First of all, you need to choose the project name
and the file, where the configuration should be stored.
&lt;/p&gt;
&lt;p&gt;
You should also choose a language to translate into
and also a type of the translation project.
&lt;/p&gt;</string>
            </property>
        </widget>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>tqlayout3</cstring>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="KURLRequester" row="1" column="1">
                    <property name="name">
                        <cstring>_projectFile</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
&lt;p&gt;&lt;b&gt;Configuration File Name&lt;/b&gt;&lt;br/&gt;
The name of a file to store the configuration of the
project.&lt;/p&gt;
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="2" column="0">
                    <property name="name">
                        <cstring>textLabel1_2</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Language:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>_projectLanguage</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
&lt;p&gt;
&lt;b&gt;Language&lt;/b&gt;&lt;br/&gt;
The destination language of the project, i.e., the language
to translate into. It should follow the ISO 631 language naming
standard.&lt;/p&gt;
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="0" column="0">
                    <property name="name">
                        <cstring>textLabel1</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="text">
                        <string>Project &amp;name:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>_projectName</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;&lt;p&gt;&lt;b&gt;Project name&lt;/b&gt;&lt;br/&gt;
The project name is an identification of a project for
you. It is shown in the project configuration dialog
as well as in the title of windows opened for the project.
&lt;br/&gt;
&lt;br/&gt;
&lt;b&gt;Note:&lt;/b&gt; The project name cannot be later changed.&lt;
&lt;/p&gt;&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQComboBox" row="2" column="1">
                    <property name="name">
                        <cstring>_projectLanguage</cstring>
                    </property>
                    <property name="editable">
                        <bool>true</bool>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
&lt;p&gt;
&lt;b&gt;Language&lt;/b&gt;&lt;br/&gt;
The destination language of the project, i.e., the language
to translate into. It should follow the ISO 631 language naming
standard.&lt;/p&gt;
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="3" column="0">
                    <property name="name">
                        <cstring>textLabel2_2</cstring>
                    </property>
                    <property name="text">
                        <string>Project &amp;type:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>_projectType</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
&lt;p&gt;
&lt;b&gt;Project Type&lt;/b&gt;
The project type allows to tune the settings for the
particular type of the well-known translation projects.
For example, it sets up the validation tools,
an accelerator marker and formatting of the header.
&lt;/p&gt;
&lt;p&gt;Currently known types:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;KDE&lt;/b&gt;: K Desktop Environment Internalization project&lt;/li&gt;
&lt;li&gt;&lt;b&gt;GNOME&lt;/b&gt;: GNOME Translation project&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Translation Robot&lt;/b&gt;: Translation Project Robot&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other&lt;/b&gt;: Other kind of project. No tuning will be
done&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="0" column="1">
                    <property name="name">
                        <cstring>_projectName</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;&lt;p&gt;&lt;b&gt;Project name&lt;/b&gt;&lt;br/&gt;
The project name is an identification of a project for
you. It is shown in the project configuration dialog
as well as in the title of windows opened for the project.
&lt;br/&gt;
&lt;br/&gt;
&lt;b&gt;Note:&lt;/b&gt; The project name cannot be later changed.&lt;
&lt;/p&gt;&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="1" column="0">
                    <property name="name">
                        <cstring>textLabel2</cstring>
                    </property>
                    <property name="text">
                        <string>Configuration &amp;file name:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>_projectFile</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
&lt;p&gt;&lt;b&gt;Configuration File Name&lt;/b&gt;&lt;br/&gt;
The name of a file to store the configuration of the
project.&lt;/p&gt;
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQComboBox" row="3" column="1">
                    <item>
                        <property name="text">
                            <string>KDE</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>GNOME</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>Translation Project Robot</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>Other</string>
                        </property>
                    </item>
                    <property name="name">
                        <cstring>_projectType</cstring>
                    </property>
                    <property name="editable">
                        <bool>false</bool>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
&lt;p&gt;
&lt;b&gt;Project Type&lt;/b&gt;
The project type allows to tune the settings for the
particular type of the well-known translation projects.
For example, it sets up the validation tools,
an accelerator marker and formatting of the header.
&lt;/p&gt;
&lt;p&gt;Currently known types:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;KDE&lt;/b&gt;: K Desktop Environment Internalization project&lt;/li&gt;
&lt;li&gt;&lt;b&gt;GNOME&lt;/b&gt;: GNOME Translation project&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Translation Robot&lt;/b&gt;: Translation Project Robot&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other&lt;/b&gt;: Other kind of project. No tuning will be
done&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;/qt&gt;</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </vbox>
</widget>
<tabstops>
    <tabstop>_projectName</tabstop>
    <tabstop>_projectFile</tabstop>
    <tabstop>_projectLanguage</tabstop>
    <tabstop>_projectType</tabstop>
</tabstops>
<includes>
    <include location="local" impldecl="in implementation">projectwizardwidget.ui.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
    <includehint>kurlrequester.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>kpushbutton.h</includehint>
    <includehint>klineedit.h</includehint>
</includehints>
</UI>