Attach to Process dialog: Remove the accelerator property.
[kdbg.git] / kdbg / procattachbase.ui
blob227ee42d29b513645c5f3ecf8edd9c5361133a19
1 <!DOCTYPE UI><UI version="3.3" 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>layout7</cstring>
29             </property>
30             <vbox>
31                 <property name="name">
32                     <cstring>unnamed</cstring>
33                 </property>
34                 <widget class="QLayoutWidget">
35                     <property name="name">
36                         <cstring>layout6</cstring>
37                     </property>
38                     <hbox>
39                         <property name="name">
40                             <cstring>unnamed</cstring>
41                         </property>
42                         <widget class="QLabel">
43                             <property name="name">
44                                 <cstring>filterLabel</cstring>
45                             </property>
46                             <property name="text">
47                                 <string>&amp;Filter or PID:</string>
48                             </property>
49                             <property name="buddy" stdset="0">
50                                 <cstring>filterEdit</cstring>
51                             </property>
52                         </widget>
53                         <widget class="QLineEdit">
54                             <property name="name">
55                                 <cstring>filterEdit</cstring>
56                             </property>
57                             <property name="sizePolicy">
58                                 <sizepolicy>
59                                     <hsizetype>7</hsizetype>
60                                     <vsizetype>5</vsizetype>
61                                     <horstretch>0</horstretch>
62                                     <verstretch>0</verstretch>
63                                 </sizepolicy>
64                             </property>
65                             <property name="maxLength">
66                                 <number>20</number>
67                             </property>
68                             <property name="whatsThis" stdset="0">
69                                 <string>Type the name of the process or its process ID (PID) here to reduce the number of entries in the list.</string>
70                             </property>
71                         </widget>
72                         <widget class="QToolButton">
73                             <property name="name">
74                                 <cstring>filterClear</cstring>
75                             </property>
76                             <property name="text">
77                                 <string>...</string>
78                             </property>
79                             <property name="toolTip" stdset="0">
80                                 <string>Clear filter</string>
81                             </property>
82                             <property name="whatsThis" stdset="0">
83                                 <string>Use this button to clear the filter text so that all processes are displayed.</string>
84                             </property>
85                         </widget>
86                     </hbox>
87                 </widget>
88                 <widget class="QListView">
89                     <column>
90                         <property name="text">
91                             <string>Command</string>
92                         </property>
93                         <property name="clickable">
94                             <bool>true</bool>
95                         </property>
96                         <property name="resizable">
97                             <bool>true</bool>
98                         </property>
99                     </column>
100                     <column>
101                         <property name="text">
102                             <string>PID</string>
103                         </property>
104                         <property name="clickable">
105                             <bool>true</bool>
106                         </property>
107                         <property name="resizable">
108                             <bool>true</bool>
109                         </property>
110                     </column>
111                     <column>
112                         <property name="text">
113                             <string>PPID</string>
114                         </property>
115                         <property name="clickable">
116                             <bool>true</bool>
117                         </property>
118                         <property name="resizable">
119                             <bool>true</bool>
120                         </property>
121                     </column>
122                     <property name="name">
123                         <cstring>processList</cstring>
124                     </property>
125                     <property name="minimumSize">
126                         <size>
127                             <width>300</width>
128                             <height>200</height>
129                         </size>
130                     </property>
131                     <property name="allColumnsShowFocus">
132                         <bool>true</bool>
133                     </property>
134                     <property name="whatsThis" stdset="0">
135                         <string>&lt;p&gt;This list displays all processes that are currently running. You must select the process that you want KDbg to attach to. Use the &lt;b&gt;Filter or PID&lt;/b&gt; edit box to reduce the number of entries in this list.&lt;p&gt;The text in the &lt;i&gt;Command&lt;/i&gt; column is usually, but not always, the command that was used to start the process. The &lt;i&gt;PID&lt;/i&gt; column shows the process ID. The &lt;i&gt;PPID&lt;/i&gt; column shows the process ID of the parent process. Additional columns show more information about the processes that is also available via the system's &lt;i&gt;ps&lt;/i&gt; comand.&lt;/p&gt;&lt;p&gt;The list is not updated automatically. Use the &lt;b&gt;Refresh&lt;/b&gt; button to update it.&lt;/p&gt;</string>
136                     </property>
137                 </widget>
138                 <widget class="QLayoutWidget">
139                     <property name="name">
140                         <cstring>layout3</cstring>
141                     </property>
142                     <hbox>
143                         <property name="name">
144                             <cstring>unnamed</cstring>
145                         </property>
146                         <widget class="QPushButton">
147                             <property name="name">
148                                 <cstring>buttonRefresh</cstring>
149                             </property>
150                             <property name="sizePolicy">
151                                 <sizepolicy>
152                                     <hsizetype>1</hsizetype>
153                                     <vsizetype>0</vsizetype>
154                                     <horstretch>0</horstretch>
155                                     <verstretch>0</verstretch>
156                                 </sizepolicy>
157                             </property>
158                             <property name="text">
159                                 <string>&amp;Refresh</string>
160                             </property>
161                             <property name="whatsThis" stdset="0">
162                                 <string>This button updates the list of processes.</string>
163                             </property>
164                         </widget>
165                         <spacer>
166                             <property name="name">
167                                 <cstring>spacingBtns</cstring>
168                             </property>
169                             <property name="orientation">
170                                 <enum>Horizontal</enum>
171                             </property>
172                             <property name="sizeType">
173                                 <enum>Expanding</enum>
174                             </property>
175                             <property name="sizeHint">
176                                 <size>
177                                     <width>242</width>
178                                     <height>20</height>
179                                 </size>
180                             </property>
181                         </spacer>
182                         <widget class="QPushButton">
183                             <property name="name">
184                                 <cstring>buttonOk</cstring>
185                             </property>
186                             <property name="text">
187                                 <string>&amp;OK</string>
188                             </property>
189                             <property name="accel">
190                                 <string></string>
191                             </property>
192                             <property name="autoDefault">
193                                 <bool>true</bool>
194                             </property>
195                             <property name="default">
196                                 <bool>true</bool>
197                             </property>
198                         </widget>
199                         <widget class="QPushButton">
200                             <property name="name">
201                                 <cstring>buttonCancel</cstring>
202                             </property>
203                             <property name="text">
204                                 <string>&amp;Cancel</string>
205                             </property>
206                             <property name="accel">
207                                 <string></string>
208                             </property>
209                             <property name="autoDefault">
210                                 <bool>true</bool>
211                             </property>
212                         </widget>
213                     </hbox>
214                 </widget>
215             </vbox>
216         </widget>
217     </hbox>
218 </widget>
219 <connections>
220     <connection>
221         <sender>buttonOk</sender>
222         <signal>clicked()</signal>
223         <receiver>ProcAttachBase</receiver>
224         <slot>accept()</slot>
225     </connection>
226     <connection>
227         <sender>buttonCancel</sender>
228         <signal>clicked()</signal>
229         <receiver>ProcAttachBase</receiver>
230         <slot>reject()</slot>
231     </connection>
232     <connection>
233         <sender>buttonRefresh</sender>
234         <signal>clicked()</signal>
235         <receiver>ProcAttachBase</receiver>
236         <slot>refresh()</slot>
237     </connection>
238     <connection>
239         <sender>filterEdit</sender>
240         <signal>textChanged(const QString&amp;)</signal>
241         <receiver>ProcAttachBase</receiver>
242         <slot>filterEdited(const QString&amp;)</slot>
243     </connection>
244     <connection>
245         <sender>filterClear</sender>
246         <signal>clicked()</signal>
247         <receiver>filterEdit</receiver>
248         <slot>clear()</slot>
249     </connection>
250 </connections>
251 <tabstops>
252     <tabstop>filterEdit</tabstop>
253     <tabstop>processList</tabstop>
254     <tabstop>buttonRefresh</tabstop>
255     <tabstop>buttonOk</tabstop>
256     <tabstop>buttonCancel</tabstop>
257 </tabstops>
258 <slots>
259     <slot specifier="pure virtual">refresh()</slot>
260     <slot specifier="pure virtual">filterEdited(const QString&amp;)</slot>
261 </slots>
262 <layoutdefaults spacing="6" margin="10"/>
263 </UI>