~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/replace/replacedlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>ReplaceDlg</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>ReplaceDlg</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>428</width>
 
12
            <height>487</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="sizePolicy">
 
16
        <sizepolicy>
 
17
            <hsizetype>5</hsizetype>
 
18
            <vsizetype>5</vsizetype>
 
19
            <horstretch>0</horstretch>
 
20
            <verstretch>0</verstretch>
 
21
        </sizepolicy>
 
22
    </property>
 
23
    <property name="maximumSize">
 
24
        <size>
 
25
            <width>32767</width>
 
26
            <height>32767</height>
 
27
        </size>
 
28
    </property>
 
29
    <property name="caption">
 
30
        <string>Project Wide String Replacement</string>
 
31
    </property>
 
32
    <grid>
 
33
        <property name="name">
 
34
            <cstring>unnamed</cstring>
 
35
        </property>
 
36
        <widget class="QGroupBox" row="1" column="0">
 
37
            <property name="name">
 
38
                <cstring>groupBox2</cstring>
 
39
            </property>
 
40
            <property name="title">
 
41
                <string>Options</string>
 
42
            </property>
 
43
            <vbox>
 
44
                <property name="name">
 
45
                    <cstring>unnamed</cstring>
 
46
                </property>
 
47
                <widget class="QCheckBox">
 
48
                    <property name="name">
 
49
                        <cstring>case_box</cstring>
 
50
                    </property>
 
51
                    <property name="text">
 
52
                        <string>C&amp;ase sensitive</string>
 
53
                    </property>
 
54
                    <property name="checked">
 
55
                        <bool>true</bool>
 
56
                    </property>
 
57
                </widget>
 
58
                <widget class="QButtonGroup">
 
59
                    <property name="name">
 
60
                        <cstring>buttonGroup2</cstring>
 
61
                    </property>
 
62
                    <property name="frameShape">
 
63
                        <enum>NoFrame</enum>
 
64
                    </property>
 
65
                    <property name="title">
 
66
                        <string></string>
 
67
                    </property>
 
68
                    <vbox>
 
69
                        <property name="name">
 
70
                            <cstring>unnamed</cstring>
 
71
                        </property>
 
72
                        <property name="margin">
 
73
                            <number>0</number>
 
74
                        </property>
 
75
                        <widget class="QRadioButton">
 
76
                            <property name="name">
 
77
                                <cstring>strings_all_radio</cstring>
 
78
                            </property>
 
79
                            <property name="text">
 
80
                                <string>All s&amp;ubstrings</string>
 
81
                            </property>
 
82
                            <property name="checked">
 
83
                                <bool>true</bool>
 
84
                            </property>
 
85
                        </widget>
 
86
                        <widget class="QRadioButton">
 
87
                            <property name="name">
 
88
                                <cstring>strings_wholewords_radio</cstring>
 
89
                            </property>
 
90
                            <property name="text">
 
91
                                <string>&amp;Whole words only</string>
 
92
                            </property>
 
93
                        </widget>
 
94
                        <widget class="QLayoutWidget">
 
95
                            <property name="name">
 
96
                                <cstring>layout3</cstring>
 
97
                            </property>
 
98
                            <hbox>
 
99
                                <property name="name">
 
100
                                    <cstring>unnamed</cstring>
 
101
                                </property>
 
102
                                <widget class="QRadioButton">
 
103
                                    <property name="name">
 
104
                                        <cstring>strings_regexp_radio</cstring>
 
105
                                    </property>
 
106
                                    <property name="text">
 
107
                                        <string>Regular e&amp;xpression:</string>
 
108
                                    </property>
 
109
                                    <property name="toolTip" stdset="0">
 
110
                                        <string>Use regexp to specify target</string>
 
111
                                    </property>
 
112
                                </widget>
 
113
                                <widget class="QPushButton">
 
114
                                    <property name="name">
 
115
                                        <cstring>regexp_button</cstring>
 
116
                                    </property>
 
117
                                    <property name="enabled">
 
118
                                        <bool>false</bool>
 
119
                                    </property>
 
120
                                    <property name="text">
 
121
                                        <string>&amp;Edit</string>
 
122
                                    </property>
 
123
                                    <property name="toolTip" stdset="0">
 
124
                                        <string>Opens the regexp editor. Only enabled if installed.</string>
 
125
                                    </property>
 
126
                                </widget>
 
127
                            </hbox>
 
128
                        </widget>
 
129
                    </vbox>
 
130
                </widget>
 
131
                <widget class="KHistoryCombo">
 
132
                    <property name="name">
 
133
                        <cstring>regexp_combo</cstring>
 
134
                    </property>
 
135
                    <property name="enabled">
 
136
                        <bool>false</bool>
 
137
                    </property>
 
138
                    <property name="toolTip" stdset="0">
 
139
                        <string>Enter the regexp here</string>
 
140
                    </property>
 
141
                </widget>
 
142
            </vbox>
 
143
        </widget>
 
144
        <widget class="QButtonGroup" row="2" column="0">
 
145
            <property name="name">
 
146
                <cstring>buttonGroup1</cstring>
 
147
            </property>
 
148
            <property name="title">
 
149
                <string>Target Files in Project</string>
 
150
            </property>
 
151
            <vbox>
 
152
                <property name="name">
 
153
                    <cstring>unnamed</cstring>
 
154
                </property>
 
155
                <widget class="QRadioButton">
 
156
                    <property name="name">
 
157
                        <cstring>files_all_radio</cstring>
 
158
                    </property>
 
159
                    <property name="text">
 
160
                        <string>A&amp;ll files</string>
 
161
                    </property>
 
162
                    <property name="checked">
 
163
                        <bool>true</bool>
 
164
                    </property>
 
165
                    <property name="toolTip" stdset="0">
 
166
                        <string>All files in the project will be considered.</string>
 
167
                    </property>
 
168
                </widget>
 
169
                <widget class="QRadioButton">
 
170
                    <property name="name">
 
171
                        <cstring>files_open_radio</cstring>
 
172
                    </property>
 
173
                    <property name="text">
 
174
                        <string>&amp;Open files only</string>
 
175
                    </property>
 
176
                    <property name="toolTip" stdset="0">
 
177
                        <string>Only open project files will be considered.</string>
 
178
                    </property>
 
179
                </widget>
 
180
                <widget class="QRadioButton">
 
181
                    <property name="name">
 
182
                        <cstring>files_path_radio</cstring>
 
183
                    </property>
 
184
                    <property name="text">
 
185
                        <string>Files under &amp;path:</string>
 
186
                    </property>
 
187
                    <property name="toolTip" stdset="0">
 
188
                        <string>Only project files in this dir and its subdirs will be considered.</string>
 
189
                    </property>
 
190
                </widget>
 
191
                <widget class="KURLRequester">
 
192
                    <property name="name">
 
193
                        <cstring>path_urlreq</cstring>
 
194
                    </property>
 
195
                    <property name="enabled">
 
196
                        <bool>false</bool>
 
197
                    </property>
 
198
                </widget>
 
199
            </vbox>
 
200
        </widget>
 
201
        <widget class="QLayoutWidget" row="3" column="0">
 
202
            <property name="name">
 
203
                <cstring>layout4</cstring>
 
204
            </property>
 
205
            <hbox>
 
206
                <property name="name">
 
207
                    <cstring>unnamed</cstring>
 
208
                </property>
 
209
                <widget class="QLabel">
 
210
                    <property name="name">
 
211
                        <cstring>expression_varning_label</cstring>
 
212
                    </property>
 
213
                    <property name="font">
 
214
                        <font>
 
215
                            <bold>1</bold>
 
216
                        </font>
 
217
                    </property>
 
218
                    <property name="text">
 
219
                        <string>Expression is invalid.</string>
 
220
                    </property>
 
221
                </widget>
 
222
                <spacer>
 
223
                    <property name="name">
 
224
                        <cstring>spacer1</cstring>
 
225
                    </property>
 
226
                    <property name="orientation">
 
227
                        <enum>Horizontal</enum>
 
228
                    </property>
 
229
                    <property name="sizeType">
 
230
                        <enum>Expanding</enum>
 
231
                    </property>
 
232
                    <property name="sizeHint">
 
233
                        <size>
 
234
                            <width>40</width>
 
235
                            <height>20</height>
 
236
                        </size>
 
237
                    </property>
 
238
                </spacer>
 
239
                <widget class="QPushButton">
 
240
                    <property name="name">
 
241
                        <cstring>find_button</cstring>
 
242
                    </property>
 
243
                    <property name="text">
 
244
                        <string>&amp;Find &amp;&amp; Replace</string>
 
245
                    </property>
 
246
                    <property name="default">
 
247
                        <bool>true</bool>
 
248
                    </property>
 
249
                    <property name="toolTip" stdset="0">
 
250
                        <string>Start looking for possible replacement targets.</string>
 
251
                    </property>
 
252
                </widget>
 
253
                <widget class="QPushButton">
 
254
                    <property name="name">
 
255
                        <cstring>cancel_button</cstring>
 
256
                    </property>
 
257
                    <property name="text">
 
258
                        <string>&amp;Cancel</string>
 
259
                    </property>
 
260
                </widget>
 
261
            </hbox>
 
262
        </widget>
 
263
        <widget class="QGroupBox" row="0" column="0">
 
264
            <property name="name">
 
265
                <cstring>groupBox1</cstring>
 
266
            </property>
 
267
            <property name="title">
 
268
                <string>Strings</string>
 
269
            </property>
 
270
            <grid>
 
271
                <property name="name">
 
272
                    <cstring>unnamed</cstring>
 
273
                </property>
 
274
                <widget class="QLabel" row="0" column="0">
 
275
                    <property name="name">
 
276
                        <cstring>textLabel1</cstring>
 
277
                    </property>
 
278
                    <property name="text">
 
279
                        <string>&amp;Text to find:</string>
 
280
                    </property>
 
281
                    <property name="buddy" stdset="0">
 
282
                        <cstring>find_combo</cstring>
 
283
                    </property>
 
284
                </widget>
 
285
                <widget class="KHistoryCombo" row="1" column="0">
 
286
                    <property name="name">
 
287
                        <cstring>find_combo</cstring>
 
288
                    </property>
 
289
                    <property name="toolTip" stdset="0">
 
290
                        <string>Target string</string>
 
291
                    </property>
 
292
                </widget>
 
293
                <widget class="QLabel" row="2" column="0">
 
294
                    <property name="name">
 
295
                        <cstring>textLabel2</cstring>
 
296
                    </property>
 
297
                    <property name="text">
 
298
                        <string>&amp;Replacement text:</string>
 
299
                    </property>
 
300
                    <property name="buddy" stdset="0">
 
301
                        <cstring>replacement_combo</cstring>
 
302
                    </property>
 
303
                </widget>
 
304
                <widget class="KHistoryCombo" row="3" column="0">
 
305
                    <property name="name">
 
306
                        <cstring>replacement_combo</cstring>
 
307
                    </property>
 
308
                    <property name="toolTip" stdset="0">
 
309
                        <string>The replacement string</string>
 
310
                    </property>
 
311
                </widget>
 
312
            </grid>
 
313
        </widget>
 
314
    </grid>
 
315
</widget>
 
316
<connections>
 
317
    <connection>
 
318
        <sender>cancel_button</sender>
 
319
        <signal>clicked()</signal>
 
320
        <receiver>ReplaceDlg</receiver>
 
321
        <slot>reject()</slot>
 
322
    </connection>
 
323
    <connection>
 
324
        <sender>find_button</sender>
 
325
        <signal>clicked()</signal>
 
326
        <receiver>ReplaceDlg</receiver>
 
327
        <slot>accept()</slot>
 
328
    </connection>
 
329
    <connection>
 
330
        <sender>strings_regexp_radio</sender>
 
331
        <signal>toggled(bool)</signal>
 
332
        <receiver>regexp_button</receiver>
 
333
        <slot>setEnabled(bool)</slot>
 
334
    </connection>
 
335
    <connection>
 
336
        <sender>files_path_radio</sender>
 
337
        <signal>toggled(bool)</signal>
 
338
        <receiver>path_urlreq</receiver>
 
339
        <slot>setEnabled(bool)</slot>
 
340
    </connection>
 
341
    <connection>
 
342
        <sender>strings_regexp_radio</sender>
 
343
        <signal>toggled(bool)</signal>
 
344
        <receiver>find_combo</receiver>
 
345
        <slot>setDisabled(bool)</slot>
 
346
    </connection>
 
347
    <connection>
 
348
        <sender>strings_regexp_radio</sender>
 
349
        <signal>toggled(bool)</signal>
 
350
        <receiver>regexp_combo</receiver>
 
351
        <slot>setEnabled(bool)</slot>
 
352
    </connection>
 
353
</connections>
 
354
<tabstops>
 
355
    <tabstop>find_combo</tabstop>
 
356
    <tabstop>replacement_combo</tabstop>
 
357
    <tabstop>case_box</tabstop>
 
358
    <tabstop>strings_all_radio</tabstop>
 
359
    <tabstop>strings_regexp_radio</tabstop>
 
360
    <tabstop>regexp_button</tabstop>
 
361
    <tabstop>regexp_combo</tabstop>
 
362
    <tabstop>files_all_radio</tabstop>
 
363
    <tabstop>path_urlreq</tabstop>
 
364
    <tabstop>find_button</tabstop>
 
365
    <tabstop>cancel_button</tabstop>
 
366
    <tabstop>strings_wholewords_radio</tabstop>
 
367
    <tabstop>files_path_radio</tabstop>
 
368
</tabstops>
 
369
<includes>
 
370
    <include location="global" impldecl="in implementation">kdialog.h</include>
 
371
</includes>
 
372
<layoutdefaults spacing="6" margin="11"/>
 
373
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
 
374
<includehints>
 
375
    <includehint>kcombobox.h</includehint>
 
376
    <includehint>klineedit.h</includehint>
 
377
    <includehint>kurlrequester.h</includehint>
 
378
    <includehint>klineedit.h</includehint>
 
379
    <includehint>kpushbutton.h</includehint>
 
380
    <includehint>kcombobox.h</includehint>
 
381
    <includehint>klineedit.h</includehint>
 
382
    <includehint>kcombobox.h</includehint>
 
383
    <includehint>klineedit.h</includehint>
 
384
</includehints>
 
385
</UI>