KDbg 2.5.6.
[kdbg.git] / kdbg / pgmargsbase.ui
blob7e98e4cf632f3f8a6c485cfe5b9c71b581619c1d
1 <ui version="4.0" >
2  <class>PgmArgsBase</class>
3  <widget class="QDialog" name="PgmArgsBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>528</width>
9     <height>410</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Program Arguments</string>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QVBoxLayout" name="verticalLayout" >
19    <item>
20     <widget class="QTabWidget" name="tabWidget" >
21      <property name="currentIndex" >
22       <number>0</number>
23      </property>
24      <widget class="QWidget" name="argsPage" >
25       <attribute name="title" >
26        <string>&amp;Arguments</string>
27       </attribute>
28       <layout class="QHBoxLayout" >
29        <item>
30         <layout class="QVBoxLayout" >
31          <item>
32           <widget class="QLabel" name="labelArgs" >
33            <property name="text" >
34             <string>Run &lt;i>%1&lt;/i> with these arguments:</string>
35            </property>
36            <property name="wordWrap" >
37             <bool>false</bool>
38            </property>
39            <property name="buddy" >
40             <cstring>programArgs</cstring>
41            </property>
42           </widget>
43          </item>
44          <item>
45           <widget class="QLineEdit" name="programArgs" >
46            <property name="whatsThis" >
47             <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>&lt;tt>--message 'start in: ' $HOME&lt;/tt></string>
48            </property>
49           </widget>
50          </item>
51          <item>
52           <layout class="QHBoxLayout" >
53            <item>
54             <widget class="QPushButton" name="insertFile" >
55              <property name="whatsThis" >
56               <string>Browse for a file; the full path name will be inserted at the current cursor location in the edit box above.</string>
57              </property>
58              <property name="text" >
59               <string>Insert &amp;file name...</string>
60              </property>
61              <property name="shortcut" >
62               <string>Alt+F</string>
63              </property>
64             </widget>
65            </item>
66            <item>
67             <widget class="QPushButton" name="insertDir" >
68              <property name="whatsThis" >
69               <string>Browse for a directory; the full path name will be inserted at the current cursor location in the edit box above.</string>
70              </property>
71              <property name="text" >
72               <string>Insert &amp;directory name...</string>
73              </property>
74              <property name="shortcut" >
75               <string>Alt+D</string>
76              </property>
77             </widget>
78            </item>
79            <item>
80             <spacer name="spacer1" >
81              <property name="orientation" >
82               <enum>Qt::Horizontal</enum>
83              </property>
84              <property name="sizeType" >
85               <enum>QSizePolicy::Expanding</enum>
86              </property>
87              <property name="sizeHint" stdset="0" >
88               <size>
89                <width>61</width>
90                <height>20</height>
91               </size>
92              </property>
93             </spacer>
94            </item>
95           </layout>
96          </item>
97          <item>
98           <spacer name="spacer2" >
99            <property name="orientation" >
100             <enum>Qt::Vertical</enum>
101            </property>
102            <property name="sizeType" >
103             <enum>QSizePolicy::Expanding</enum>
104            </property>
105            <property name="sizeHint" stdset="0" >
106             <size>
107              <width>81</width>
108              <height>180</height>
109             </size>
110            </property>
111           </spacer>
112          </item>
113         </layout>
114        </item>
115       </layout>
116      </widget>
117      <widget class="QWidget" name="wdPage" >
118       <attribute name="title" >
119        <string>&amp;Working Directory</string>
120       </attribute>
121       <layout class="QHBoxLayout" >
122        <item>
123         <layout class="QVBoxLayout" >
124          <item>
125           <widget class="QLineEdit" name="wdEdit" >
126            <property name="whatsThis" >
127             <string>Specify here the initial working directory where the program is run.</string>
128            </property>
129           </widget>
130          </item>
131          <item>
132           <layout class="QHBoxLayout" >
133            <item>
134             <widget class="QPushButton" name="wdBrowse" >
135              <property name="whatsThis" >
136               <string>Browse for the initial working directory where the program is run.</string>
137              </property>
138              <property name="text" >
139               <string>&amp;Browse...</string>
140              </property>
141              <property name="shortcut" >
142               <string>Alt+B</string>
143              </property>
144             </widget>
145            </item>
146            <item>
147             <spacer name="spacer4" >
148              <property name="orientation" >
149               <enum>Qt::Horizontal</enum>
150              </property>
151              <property name="sizeType" >
152               <enum>QSizePolicy::Expanding</enum>
153              </property>
154              <property name="sizeHint" stdset="0" >
155               <size>
156                <width>321</width>
157                <height>31</height>
158               </size>
159              </property>
160             </spacer>
161            </item>
162           </layout>
163          </item>
164          <item>
165           <spacer name="spacer5" >
166            <property name="orientation" >
167             <enum>Qt::Vertical</enum>
168            </property>
169            <property name="sizeType" >
170             <enum>QSizePolicy::Expanding</enum>
171            </property>
172            <property name="sizeHint" stdset="0" >
173             <size>
174              <width>111</width>
175              <height>161</height>
176             </size>
177            </property>
178           </spacer>
179          </item>
180         </layout>
181        </item>
182       </layout>
183      </widget>
184      <widget class="QWidget" name="envPage" >
185       <attribute name="title" >
186        <string>&amp;Environment</string>
187       </attribute>
188       <layout class="QHBoxLayout" >
189        <item>
190         <layout class="QHBoxLayout" >
191          <item>
192           <layout class="QVBoxLayout" >
193            <item>
194             <widget class="QLabel" name="envLabel" >
195              <property name="text" >
196               <string>Environment variables (&lt;tt>NAME=value&lt;/tt>):</string>
197              </property>
198              <property name="wordWrap" >
199               <bool>false</bool>
200              </property>
201              <property name="buddy" >
202               <cstring>envVar</cstring>
203              </property>
204             </widget>
205            </item>
206            <item>
207             <widget class="QLineEdit" name="envVar" >
208              <property name="whatsThis" >
209               <string>To add a new environment variable or to modify one, specify it here in the form &lt;tt>NAME=value&lt;/tt> and click &lt;b>Modify&lt;/b>.</string>
210              </property>
211             </widget>
212            </item>
213            <item>
214             <widget class="QTreeWidget" name="envList" >
215              <property name="whatsThis" >
216               <string>Environment variables that are set &lt;i>in addition&lt;/i> to those that are inherited are listed in this table. To add new environment variables, specify them as &lt;tt>NAME=value&lt;/tt> in the edit box above and click &lt;b>Modify&lt;/b>. To modify a value, select it in this list and click &lt;b>Modify&lt;/b>. To delete an environment variable, select it in this list and click &lt;b>Delete&lt;/b>.</string>
217              </property>
218              <property name="rootIsDecorated" >
219               <bool>false</bool>
220              </property>
221              <property name="itemsExpandable" >
222               <bool>false</bool>
223              </property>
224              <property name="allColumnsShowFocus" >
225               <bool>true</bool>
226              </property>
227              <column>
228               <property name="text" >
229                <string>Name</string>
230               </property>
231              </column>
232              <column>
233               <property name="text" >
234                <string>Value</string>
235               </property>
236              </column>
237             </widget>
238            </item>
239           </layout>
240          </item>
241          <item>
242           <layout class="QVBoxLayout" >
243            <item>
244             <widget class="QPushButton" name="buttonModify" >
245              <property name="whatsThis" >
246               <string>Enters the environment variable that is currently specified in the edit box into the list. If the named variable is already in the list, it receives a new value; otherwise, a new entry is created.</string>
247              </property>
248              <property name="text" >
249               <string>&amp;Modify</string>
250              </property>
251              <property name="shortcut" >
252               <string>Alt+M</string>
253              </property>
254             </widget>
255            </item>
256            <item>
257             <widget class="QPushButton" name="buttonDelete" >
258              <property name="whatsThis" >
259               <string>Deletes the selected environment variable from the list. This cannot be used to delete environment variables that are inherited.</string>
260              </property>
261              <property name="text" >
262               <string>&amp;Delete</string>
263              </property>
264              <property name="shortcut" >
265               <string>Alt+D</string>
266              </property>
267             </widget>
268            </item>
269            <item>
270             <spacer name="spacer6" >
271              <property name="orientation" >
272               <enum>Qt::Vertical</enum>
273              </property>
274              <property name="sizeType" >
275               <enum>QSizePolicy::Expanding</enum>
276              </property>
277              <property name="sizeHint" stdset="0" >
278               <size>
279                <width>51</width>
280                <height>141</height>
281               </size>
282              </property>
283             </spacer>
284            </item>
285           </layout>
286          </item>
287         </layout>
288        </item>
289       </layout>
290      </widget>
291      <widget class="QWidget" name="xsldbgOptionsPage" >
292       <attribute name="title" >
293        <string>&amp;xsldbg Options</string>
294       </attribute>
295       <layout class="QHBoxLayout" >
296        <item>
297         <widget class="QListWidget" name="xsldbgOptions" >
298          <property name="selectionMode" >
299           <enum>QAbstractItemView::MultiSelection</enum>
300          </property>
301         </widget>
302        </item>
303       </layout>
304      </widget>
305     </widget>
306    </item>
307    <item>
308     <widget class="KDialogButtonBox" name="kdialogbuttonbox" >
309      <property name="standardButtons" >
310       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
311      </property>
312     </widget>
313    </item>
314   </layout>
315  </widget>
316  <layoutdefault spacing="6" margin="11" />
317  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
318  <customwidgets>
319   <customwidget>
320    <class>KDialogButtonBox</class>
321    <extends>QDialogButtonBox</extends>
322    <header>kdialogbuttonbox.h</header>
323   </customwidget>
324  </customwidgets>
325  <tabstops>
326   <tabstop>tabWidget</tabstop>
327   <tabstop>programArgs</tabstop>
328   <tabstop>insertFile</tabstop>
329   <tabstop>insertDir</tabstop>
330   <tabstop>wdEdit</tabstop>
331   <tabstop>wdBrowse</tabstop>
332   <tabstop>envVar</tabstop>
333   <tabstop>buttonModify</tabstop>
334   <tabstop>buttonDelete</tabstop>
335   <tabstop>envList</tabstop>
336   <tabstop>xsldbgOptions</tabstop>
337  </tabstops>
338  <resources/>
339  <connections>
340   <connection>
341    <sender>kdialogbuttonbox</sender>
342    <signal>accepted()</signal>
343    <receiver>PgmArgsBase</receiver>
344    <slot>accept()</slot>
345    <hints>
346     <hint type="sourcelabel" >
347      <x>440</x>
348      <y>575</y>
349     </hint>
350     <hint type="destinationlabel" >
351      <x>440</x>
352      <y>591</y>
353     </hint>
354    </hints>
355   </connection>
356   <connection>
357    <sender>kdialogbuttonbox</sender>
358    <signal>rejected()</signal>
359    <receiver>PgmArgsBase</receiver>
360    <slot>reject()</slot>
361    <hints>
362     <hint type="sourcelabel" >
363      <x>521</x>
364      <y>580</y>
365     </hint>
366     <hint type="destinationlabel" >
367      <x>549</x>
368      <y>588</y>
369     </hint>
370    </hints>
371   </connection>
372  </connections>
373 </ui>