What's this help in the Program Arguments dialog.
[kdbg.git] / kdbg / pgmargsbase.ui
blob9aab8cca99875c9a58a9a054b37135afcaba1f49
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PgmArgsBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>PgmArgsBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>528</width>
12             <height>410</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Program Arguments</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <hbox>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <property name="margin">
26             <number>11</number>
27         </property>
28         <property name="spacing">
29             <number>6</number>
30         </property>
31         <widget class="QLayoutWidget">
32             <property name="name">
33                 <cstring>layout1</cstring>
34             </property>
35             <vbox>
36                 <property name="name">
37                     <cstring>unnamed</cstring>
38                 </property>
39                 <widget class="QTabWidget">
40                     <property name="name">
41                         <cstring>tabWidget</cstring>
42                     </property>
43                     <widget class="QWidget">
44                         <property name="name">
45                             <cstring>argsPage</cstring>
46                         </property>
47                         <attribute name="title">
48                             <string>&amp;Arguments</string>
49                         </attribute>
50                         <hbox>
51                             <property name="name">
52                                 <cstring>unnamed</cstring>
53                             </property>
54                             <widget class="QLayoutWidget">
55                                 <property name="name">
56                                     <cstring>layout2</cstring>
57                                 </property>
58                                 <vbox>
59                                     <property name="name">
60                                         <cstring>unnamed</cstring>
61                                     </property>
62                                     <widget class="QLabel">
63                                         <property name="name">
64                                             <cstring>labelArgs</cstring>
65                                         </property>
66                                         <property name="text">
67                                             <string>Run &lt;i&gt;%1&lt;/i&gt; with these arguments:</string>
68                                         </property>
69                                         <property name="buddy" stdset="0">
70                                             <cstring>programArgs</cstring>
71                                         </property>
72                                     </widget>
73                                     <widget class="QLineEdit">
74                                         <property name="name">
75                                             <cstring>programArgs</cstring>
76                                         </property>
77                                         <property name="whatsThis" stdset="0">
78                                             <string>Specify the arguments with which the program shall be invoked for this debugging session. You specify the arguments just as you would on the command line, that is, you can even use quotes and environment variables, for example:&lt;p&gt;&lt;tt&gt;--message 'start in: ' $HOME&lt;/tt&gt;</string>
79                                         </property>
80                                     </widget>
81                                     <widget class="QLayoutWidget">
82                                         <property name="name">
83                                             <cstring>layout3</cstring>
84                                         </property>
85                                         <hbox>
86                                             <property name="name">
87                                                 <cstring>unnamed</cstring>
88                                             </property>
89                                             <widget class="QPushButton">
90                                                 <property name="name">
91                                                     <cstring>insertFile</cstring>
92                                                 </property>
93                                                 <property name="text">
94                                                     <string>Insert &amp;file name...</string>
95                                                 </property>
96                                                 <property name="accel">
97                                                     <string>Alt+F</string>
98                                                 </property>
99                                                 <property name="whatsThis" stdset="0">
100                                                     <string>Browse for a file; the full path name will be inserted at the current cursor location in the edit box above.</string>
101                                                 </property>
102                                             </widget>
103                                             <spacer>
104                                                 <property name="name">
105                                                     <cstring>spacer1</cstring>
106                                                 </property>
107                                                 <property name="orientation">
108                                                     <enum>Horizontal</enum>
109                                                 </property>
110                                                 <property name="sizeType">
111                                                     <enum>Expanding</enum>
112                                                 </property>
113                                                 <property name="sizeHint">
114                                                     <size>
115                                                         <width>61</width>
116                                                         <height>20</height>
117                                                     </size>
118                                                 </property>
119                                             </spacer>
120                                         </hbox>
121                                     </widget>
122                                     <spacer>
123                                         <property name="name">
124                                             <cstring>spacer2</cstring>
125                                         </property>
126                                         <property name="orientation">
127                                             <enum>Vertical</enum>
128                                         </property>
129                                         <property name="sizeType">
130                                             <enum>Expanding</enum>
131                                         </property>
132                                         <property name="sizeHint">
133                                             <size>
134                                                 <width>81</width>
135                                                 <height>180</height>
136                                             </size>
137                                         </property>
138                                     </spacer>
139                                 </vbox>
140                             </widget>
141                         </hbox>
142                     </widget>
143                     <widget class="QWidget">
144                         <property name="name">
145                             <cstring>wdPage</cstring>
146                         </property>
147                         <attribute name="title">
148                             <string>&amp;Working Directory</string>
149                         </attribute>
150                         <hbox>
151                             <property name="name">
152                                 <cstring>unnamed</cstring>
153                             </property>
154                             <widget class="QLayoutWidget">
155                                 <property name="name">
156                                     <cstring>layout6</cstring>
157                                 </property>
158                                 <vbox>
159                                     <property name="name">
160                                         <cstring>unnamed</cstring>
161                                     </property>
162                                     <widget class="QLineEdit">
163                                         <property name="name">
164                                             <cstring>wdEdit</cstring>
165                                         </property>
166                                         <property name="whatsThis" stdset="0">
167                                             <string>Specify here the initial working directory where the program is run.</string>
168                                         </property>
169                                     </widget>
170                                     <widget class="QLayoutWidget">
171                                         <property name="name">
172                                             <cstring>layout5</cstring>
173                                         </property>
174                                         <hbox>
175                                             <property name="name">
176                                                 <cstring>unnamed</cstring>
177                                             </property>
178                                             <widget class="QPushButton">
179                                                 <property name="name">
180                                                     <cstring>wdBrowse</cstring>
181                                                 </property>
182                                                 <property name="text">
183                                                     <string>&amp;Browse...</string>
184                                                 </property>
185                                                 <property name="accel">
186                                                     <string>Alt+B</string>
187                                                 </property>
188                                                 <property name="whatsThis" stdset="0">
189                                                     <string>Browse for the initial working directory where the program is run.</string>
190                                                 </property>
191                                             </widget>
192                                             <spacer>
193                                                 <property name="name">
194                                                     <cstring>spacer4</cstring>
195                                                 </property>
196                                                 <property name="orientation">
197                                                     <enum>Horizontal</enum>
198                                                 </property>
199                                                 <property name="sizeType">
200                                                     <enum>Expanding</enum>
201                                                 </property>
202                                                 <property name="sizeHint">
203                                                     <size>
204                                                         <width>321</width>
205                                                         <height>31</height>
206                                                     </size>
207                                                 </property>
208                                             </spacer>
209                                         </hbox>
210                                     </widget>
211                                     <spacer>
212                                         <property name="name">
213                                             <cstring>spacer5</cstring>
214                                         </property>
215                                         <property name="orientation">
216                                             <enum>Vertical</enum>
217                                         </property>
218                                         <property name="sizeType">
219                                             <enum>Expanding</enum>
220                                         </property>
221                                         <property name="sizeHint">
222                                             <size>
223                                                 <width>111</width>
224                                                 <height>161</height>
225                                             </size>
226                                         </property>
227                                     </spacer>
228                                 </vbox>
229                             </widget>
230                         </hbox>
231                     </widget>
232                     <widget class="QWidget">
233                         <property name="name">
234                             <cstring>envPage</cstring>
235                         </property>
236                         <attribute name="title">
237                             <string>&amp;Environment</string>
238                         </attribute>
239                         <hbox>
240                             <property name="name">
241                                 <cstring>unnamed</cstring>
242                             </property>
243                             <widget class="QLayoutWidget">
244                                 <property name="name">
245                                     <cstring>layout9</cstring>
246                                 </property>
247                                 <hbox>
248                                     <property name="name">
249                                         <cstring>unnamed</cstring>
250                                     </property>
251                                     <widget class="QLayoutWidget">
252                                         <property name="name">
253                                             <cstring>layout7</cstring>
254                                         </property>
255                                         <vbox>
256                                             <property name="name">
257                                                 <cstring>unnamed</cstring>
258                                             </property>
259                                             <widget class="QLabel">
260                                                 <property name="name">
261                                                     <cstring>envLabel</cstring>
262                                                 </property>
263                                                 <property name="text">
264                                                     <string>Environment variables (NAME=value):</string>
265                                                 </property>
266                                                 <property name="buddy" stdset="0">
267                                                     <cstring>envVar</cstring>
268                                                 </property>
269                                             </widget>
270                                             <widget class="QLineEdit">
271                                                 <property name="name">
272                                                     <cstring>envVar</cstring>
273                                                 </property>
274                                             </widget>
275                                             <widget class="QListView">
276                                                 <column>
277                                                     <property name="text">
278                                                         <string>Name</string>
279                                                     </property>
280                                                     <property name="clickable">
281                                                         <bool>false</bool>
282                                                     </property>
283                                                     <property name="resizable">
284                                                         <bool>true</bool>
285                                                     </property>
286                                                 </column>
287                                                 <column>
288                                                     <property name="text">
289                                                         <string>Value</string>
290                                                     </property>
291                                                     <property name="clickable">
292                                                         <bool>false</bool>
293                                                     </property>
294                                                     <property name="resizable">
295                                                         <bool>true</bool>
296                                                     </property>
297                                                 </column>
298                                                 <property name="name">
299                                                     <cstring>envList</cstring>
300                                                 </property>
301                                                 <property name="selectionMode">
302                                                     <enum>Single</enum>
303                                                 </property>
304                                             </widget>
305                                         </vbox>
306                                     </widget>
307                                     <widget class="QLayoutWidget">
308                                         <property name="name">
309                                             <cstring>layout8</cstring>
310                                         </property>
311                                         <vbox>
312                                             <property name="name">
313                                                 <cstring>unnamed</cstring>
314                                             </property>
315                                             <widget class="QPushButton">
316                                                 <property name="name">
317                                                     <cstring>buttonModify</cstring>
318                                                 </property>
319                                                 <property name="text">
320                                                     <string>&amp;Modify</string>
321                                                 </property>
322                                                 <property name="accel">
323                                                     <string>Alt+M</string>
324                                                 </property>
325                                             </widget>
326                                             <widget class="QPushButton">
327                                                 <property name="name">
328                                                     <cstring>buttonDelete</cstring>
329                                                 </property>
330                                                 <property name="text">
331                                                     <string>&amp;Delete</string>
332                                                 </property>
333                                                 <property name="accel">
334                                                     <string>Alt+D</string>
335                                                 </property>
336                                             </widget>
337                                             <spacer>
338                                                 <property name="name">
339                                                     <cstring>spacer6</cstring>
340                                                 </property>
341                                                 <property name="orientation">
342                                                     <enum>Vertical</enum>
343                                                 </property>
344                                                 <property name="sizeType">
345                                                     <enum>Expanding</enum>
346                                                 </property>
347                                                 <property name="sizeHint">
348                                                     <size>
349                                                         <width>51</width>
350                                                         <height>141</height>
351                                                     </size>
352                                                 </property>
353                                             </spacer>
354                                         </vbox>
355                                     </widget>
356                                 </hbox>
357                             </widget>
358                         </hbox>
359                     </widget>
360                     <widget class="QWidget">
361                         <property name="name">
362                             <cstring>xsldbgOptionsPage</cstring>
363                         </property>
364                         <attribute name="title">
365                             <string>&amp;xsldbg Options</string>
366                         </attribute>
367                         <hbox>
368                             <property name="name">
369                                 <cstring>unnamed</cstring>
370                             </property>
371                             <widget class="QListBox">
372                                 <property name="name">
373                                     <cstring>xsldbgOptions</cstring>
374                                 </property>
375                                 <property name="selectionMode">
376                                     <enum>Multi</enum>
377                                 </property>
378                             </widget>
379                         </hbox>
380                     </widget>
381                 </widget>
382                 <widget class="QLayoutWidget">
383                     <property name="name">
384                         <cstring>layout4</cstring>
385                     </property>
386                     <hbox>
387                         <property name="name">
388                             <cstring>unnamed</cstring>
389                         </property>
390                         <property name="margin">
391                             <number>0</number>
392                         </property>
393                         <property name="spacing">
394                             <number>6</number>
395                         </property>
396                         <widget class="QPushButton">
397                             <property name="name">
398                                 <cstring>buttonHelp</cstring>
399                             </property>
400                             <property name="text">
401                                 <string>&amp;Help</string>
402                             </property>
403                             <property name="accel">
404                                 <string>F1</string>
405                             </property>
406                             <property name="autoDefault">
407                                 <bool>true</bool>
408                             </property>
409                         </widget>
410                         <spacer>
411                             <property name="name">
412                                 <cstring>spacer3</cstring>
413                             </property>
414                             <property name="orientation">
415                                 <enum>Horizontal</enum>
416                             </property>
417                             <property name="sizeType">
418                                 <enum>Expanding</enum>
419                             </property>
420                             <property name="sizeHint">
421                                 <size>
422                                     <width>20</width>
423                                     <height>20</height>
424                                 </size>
425                             </property>
426                         </spacer>
427                         <widget class="QPushButton">
428                             <property name="name">
429                                 <cstring>buttonOk</cstring>
430                             </property>
431                             <property name="text">
432                                 <string>&amp;OK</string>
433                             </property>
434                             <property name="accel">
435                                 <string></string>
436                             </property>
437                             <property name="autoDefault">
438                                 <bool>true</bool>
439                             </property>
440                             <property name="default">
441                                 <bool>true</bool>
442                             </property>
443                         </widget>
444                         <widget class="QPushButton">
445                             <property name="name">
446                                 <cstring>buttonCancel</cstring>
447                             </property>
448                             <property name="text">
449                                 <string>&amp;Cancel</string>
450                             </property>
451                             <property name="accel">
452                                 <string></string>
453                             </property>
454                             <property name="autoDefault">
455                                 <bool>true</bool>
456                             </property>
457                         </widget>
458                     </hbox>
459                 </widget>
460             </vbox>
461         </widget>
462     </hbox>
463 </widget>
464 <connections>
465     <connection>
466         <sender>buttonOk</sender>
467         <signal>clicked()</signal>
468         <receiver>PgmArgsBase</receiver>
469         <slot>accept()</slot>
470     </connection>
471     <connection>
472         <sender>buttonCancel</sender>
473         <signal>clicked()</signal>
474         <receiver>PgmArgsBase</receiver>
475         <slot>reject()</slot>
476     </connection>
477     <connection>
478         <sender>insertFile</sender>
479         <signal>clicked()</signal>
480         <receiver>PgmArgsBase</receiver>
481         <slot>browseArgs()</slot>
482     </connection>
483     <connection>
484         <sender>wdBrowse</sender>
485         <signal>clicked()</signal>
486         <receiver>PgmArgsBase</receiver>
487         <slot>browseWd()</slot>
488     </connection>
489     <connection>
490         <sender>buttonModify</sender>
491         <signal>clicked()</signal>
492         <receiver>PgmArgsBase</receiver>
493         <slot>modifyVar()</slot>
494     </connection>
495     <connection>
496         <sender>buttonDelete</sender>
497         <signal>clicked()</signal>
498         <receiver>PgmArgsBase</receiver>
499         <slot>deleteVar()</slot>
500     </connection>
501     <connection>
502         <sender>envList</sender>
503         <signal>selectionChanged()</signal>
504         <receiver>PgmArgsBase</receiver>
505         <slot>envListCurrentChanged()</slot>
506     </connection>
507 </connections>
508 <tabstops>
509     <tabstop>envVar</tabstop>
510     <tabstop>envList</tabstop>
511     <tabstop>buttonModify</tabstop>
512     <tabstop>buttonDelete</tabstop>
513     <tabstop>programArgs</tabstop>
514     <tabstop>insertFile</tabstop>
515     <tabstop>buttonHelp</tabstop>
516     <tabstop>buttonOk</tabstop>
517     <tabstop>buttonCancel</tabstop>
518     <tabstop>tabWidget</tabstop>
519     <tabstop>wdEdit</tabstop>
520     <tabstop>wdBrowse</tabstop>
521 </tabstops>
522 <slots>
523     <slot specifier="pure virtual">browseArgs()</slot>
524     <slot specifier="pure virtual">browseWd()</slot>
525     <slot specifier="pure virtual">modifyVar()</slot>
526     <slot specifier="pure virtual">deleteVar()</slot>
527     <slot specifier="pure virtual">envListCurrentChanged()</slot>
528 </slots>
529 <layoutdefaults spacing="6" margin="11"/>
530 </UI>