Program Arguments dialog: Make the Help button invoke the help page.
[kdbg.git] / kdbg / procattachbase.ui
blob8e534b30c4a2f6b285a3cafe164bc07c2731f5cf
1 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 <class>ProcAttachBase</class>
3 <author>Johannes Sixt</author>
4 <widget class="QDialog">
5     <property name="name">
6         <cstring>ProcAttachBase</cstring>
7     </property>
8     <property name="geometry">
9         <rect>
10             <x>0</x>
11             <y>0</y>
12             <width>560</width>
13             <height>416</height>
14         </rect>
15     </property>
16     <property name="caption">
17         <string>Attach to Process</string>
18     </property>
19     <property name="sizeGripEnabled">
20         <bool>false</bool>
21     </property>
22     <hbox>
23         <property name="name">
24             <cstring>unnamed</cstring>
25         </property>
26         <widget class="QLayoutWidget">
27             <property name="name">
28                 <cstring>layout1</cstring>
29             </property>
30             <vbox>
31                 <property name="name">
32                     <cstring>unnamed</cstring>
33                 </property>
34                 <widget class="QLabel">
35                     <property name="name">
36                         <cstring>textLabel3</cstring>
37                     </property>
38                     <property name="sizePolicy">
39                         <sizepolicy>
40                             <hsizetype>7</hsizetype>
41                             <vsizetype>5</vsizetype>
42                             <horstretch>0</horstretch>
43                             <verstretch>0</verstretch>
44                         </sizepolicy>
45                     </property>
46                     <property name="text">
47                         <string>&amp;Currently running processes:</string>
48                     </property>
49                     <property name="buddy" stdset="0">
50                         <cstring>processList</cstring>
51                     </property>
52                 </widget>
53                 <widget class="QListView">
54                     <column>
55                         <property name="text">
56                             <string>Command</string>
57                         </property>
58                         <property name="clickable">
59                             <bool>true</bool>
60                         </property>
61                         <property name="resizable">
62                             <bool>true</bool>
63                         </property>
64                     </column>
65                     <column>
66                         <property name="text">
67                             <string>PID</string>
68                         </property>
69                         <property name="clickable">
70                             <bool>true</bool>
71                         </property>
72                         <property name="resizable">
73                             <bool>true</bool>
74                         </property>
75                     </column>
76                     <column>
77                         <property name="text">
78                             <string>PPID</string>
79                         </property>
80                         <property name="clickable">
81                             <bool>true</bool>
82                         </property>
83                         <property name="resizable">
84                             <bool>true</bool>
85                         </property>
86                     </column>
87                     <property name="name">
88                         <cstring>processList</cstring>
89                     </property>
90                     <property name="minimumSize">
91                         <size>
92                             <width>300</width>
93                             <height>200</height>
94                         </size>
95                     </property>
96                     <property name="allColumnsShowFocus">
97                         <bool>true</bool>
98                     </property>
99                 </widget>
100                 <widget class="QLayoutWidget">
101                     <property name="name">
102                         <cstring>layout2</cstring>
103                     </property>
104                     <hbox>
105                         <property name="name">
106                             <cstring>unnamed</cstring>
107                         </property>
108                         <widget class="QLabel">
109                             <property name="name">
110                                 <cstring>pidLabel</cstring>
111                             </property>
112                             <property name="text">
113                                 <string>&amp;Process number:</string>
114                             </property>
115                             <property name="buddy" stdset="0">
116                                 <cstring>pidEdit</cstring>
117                             </property>
118                         </widget>
119                         <widget class="QLineEdit">
120                             <property name="name">
121                                 <cstring>pidEdit</cstring>
122                             </property>
123                             <property name="sizePolicy">
124                                 <sizepolicy>
125                                     <hsizetype>0</hsizetype>
126                                     <vsizetype>5</vsizetype>
127                                     <horstretch>0</horstretch>
128                                     <verstretch>0</verstretch>
129                                 </sizepolicy>
130                             </property>
131                             <property name="maxLength">
132                                 <number>20</number>
133                             </property>
134                         </widget>
135                         <widget class="QLabel">
136                             <property name="name">
137                                 <cstring>processText</cstring>
138                             </property>
139                             <property name="sizePolicy">
140                                 <sizepolicy>
141                                     <hsizetype>2</hsizetype>
142                                     <vsizetype>5</vsizetype>
143                                     <horstretch>1</horstretch>
144                                     <verstretch>0</verstretch>
145                                 </sizepolicy>
146                             </property>
147                         </widget>
148                     </hbox>
149                 </widget>
150                 <widget class="QLayoutWidget">
151                     <property name="name">
152                         <cstring>layout3</cstring>
153                     </property>
154                     <hbox>
155                         <property name="name">
156                             <cstring>unnamed</cstring>
157                         </property>
158                         <widget class="QPushButton">
159                             <property name="name">
160                                 <cstring>buttonRefresh</cstring>
161                             </property>
162                             <property name="sizePolicy">
163                                 <sizepolicy>
164                                     <hsizetype>1</hsizetype>
165                                     <vsizetype>0</vsizetype>
166                                     <horstretch>0</horstretch>
167                                     <verstretch>0</verstretch>
168                                 </sizepolicy>
169                             </property>
170                             <property name="text">
171                                 <string>&amp;Refresh</string>
172                             </property>
173                         </widget>
174                         <spacer>
175                             <property name="name">
176                                 <cstring>spacingBtns</cstring>
177                             </property>
178                             <property name="orientation">
179                                 <enum>Horizontal</enum>
180                             </property>
181                             <property name="sizeType">
182                                 <enum>Expanding</enum>
183                             </property>
184                             <property name="sizeHint">
185                                 <size>
186                                     <width>242</width>
187                                     <height>20</height>
188                                 </size>
189                             </property>
190                         </spacer>
191                         <widget class="QPushButton">
192                             <property name="name">
193                                 <cstring>buttonOk</cstring>
194                             </property>
195                             <property name="text">
196                                 <string>&amp;OK</string>
197                             </property>
198                             <property name="accel">
199                                 <string></string>
200                             </property>
201                             <property name="autoDefault">
202                                 <bool>true</bool>
203                             </property>
204                             <property name="default">
205                                 <bool>true</bool>
206                             </property>
207                         </widget>
208                         <widget class="QPushButton">
209                             <property name="name">
210                                 <cstring>buttonCancel</cstring>
211                             </property>
212                             <property name="text">
213                                 <string>&amp;Cancel</string>
214                             </property>
215                             <property name="accel">
216                                 <string></string>
217                             </property>
218                             <property name="autoDefault">
219                                 <bool>true</bool>
220                             </property>
221                         </widget>
222                     </hbox>
223                 </widget>
224             </vbox>
225         </widget>
226     </hbox>
227 </widget>
228 <connections>
229     <connection>
230         <sender>buttonOk</sender>
231         <signal>clicked()</signal>
232         <receiver>ProcAttachBase</receiver>
233         <slot>accept()</slot>
234     </connection>
235     <connection>
236         <sender>buttonCancel</sender>
237         <signal>clicked()</signal>
238         <receiver>ProcAttachBase</receiver>
239         <slot>reject()</slot>
240     </connection>
241     <connection>
242         <sender>processList</sender>
243         <signal>selectionChanged(QListViewItem*)</signal>
244         <receiver>ProcAttachBase</receiver>
245         <slot>processSelected(QListViewItem*)</slot>
246     </connection>
247     <connection>
248         <sender>buttonRefresh</sender>
249         <signal>clicked()</signal>
250         <receiver>ProcAttachBase</receiver>
251         <slot>refresh()</slot>
252     </connection>
253     <connection>
254         <sender>pidEdit</sender>
255         <signal>textChanged(const QString&amp;)</signal>
256         <receiver>ProcAttachBase</receiver>
257         <slot>pidEdited(const QString&amp;)</slot>
258     </connection>
259 </connections>
260 <tabstops>
261     <tabstop>processList</tabstop>
262     <tabstop>pidEdit</tabstop>
263     <tabstop>buttonOk</tabstop>
264     <tabstop>buttonCancel</tabstop>
265 </tabstops>
266 <slots>
267     <slot specifier="pure virtual">processSelected(QListViewItem*)</slot>
268     <slot specifier="pure virtual">refresh()</slot>
269     <slot specifier="pure virtual">pidEdited(const QString&amp;)</slot>
270 </slots>
271 <layoutdefaults spacing="6" margin="10"/>
272 </UI>