Replace HTML entities by Unicode characters in the German manual.
[kdbg.git] / kdbg / procattachbase.ui
blobe35a970dc15a31daa73891e5344ac04d468eb8ca
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <author>Johannes Sixt</author>
4 <class>ProcAttachBase</class>
5 <widget class="QDialog" name="ProcAttachBase">
6 <property name="geometry">
7 <rect>
8 <x>0</x>
9 <y>0</y>
10 <width>560</width>
11 <height>416</height>
12 </rect>
13 </property>
14 <property name="windowTitle">
15 <string>Attach to Process</string>
16 </property>
17 <property name="sizeGripEnabled">
18 <bool>true</bool>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <layout class="QHBoxLayout">
23 <item>
24 <widget class="QLabel" name="filterLabel">
25 <property name="text">
26 <string>Fi&amp;lter or PID:</string>
27 </property>
28 <property name="wordWrap">
29 <bool>false</bool>
30 </property>
31 <property name="buddy">
32 <cstring>filterEdit</cstring>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QLineEdit" name="filterEdit">
38 <property name="whatsThis">
39 <string>Type the name of the process or its process ID (PID) here to reduce the number of entries in the list.</string>
40 </property>
41 <property name="clearButtonEnabled">
42 <bool>true</bool>
43 </property>
44 </widget>
45 </item>
46 </layout>
47 </item>
48 <item>
49 <widget class="QTreeWidget" name="processList">
50 <property name="minimumSize">
51 <size>
52 <width>300</width>
53 <height>200</height>
54 </size>
55 </property>
56 <property name="whatsThis">
57 <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; command.&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>
58 </property>
59 <property name="rootIsDecorated">
60 <bool>false</bool>
61 </property>
62 <property name="allColumnsShowFocus">
63 <bool>true</bool>
64 </property>
65 <column>
66 <property name="text">
67 <string>Command</string>
68 </property>
69 </column>
70 <column>
71 <property name="text">
72 <string>PID</string>
73 </property>
74 </column>
75 <column>
76 <property name="text">
77 <string>PPID</string>
78 </property>
79 </column>
80 </widget>
81 </item>
82 <item>
83 <layout class="QHBoxLayout">
84 <item>
85 <widget class="QPushButton" name="buttonRefresh">
86 <property name="sizePolicy">
87 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
88 <horstretch>0</horstretch>
89 <verstretch>0</verstretch>
90 </sizepolicy>
91 </property>
92 <property name="whatsThis">
93 <string>This button updates the list of processes.</string>
94 </property>
95 <property name="text">
96 <string>&amp;Refresh</string>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <widget class="QDialogButtonBox" name="dialogButtons">
102 <property name="standardButtons">
103 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </item>
109 </layout>
110 </widget>
111 <layoutdefault spacing="6" margin="10"/>
112 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
113 <tabstops>
114 <tabstop>processList</tabstop>
115 <tabstop>buttonRefresh</tabstop>
116 </tabstops>
117 <resources/>
118 <connections>
119 <connection>
120 <sender>dialogButtons</sender>
121 <signal>accepted()</signal>
122 <receiver>ProcAttachBase</receiver>
123 <slot>accept()</slot>
124 <hints>
125 <hint type="sourcelabel">
126 <x>258</x>
127 <y>391</y>
128 </hint>
129 <hint type="destinationlabel">
130 <x>219</x>
131 <y>228</y>
132 </hint>
133 </hints>
134 </connection>
135 <connection>
136 <sender>dialogButtons</sender>
137 <signal>rejected()</signal>
138 <receiver>ProcAttachBase</receiver>
139 <slot>reject()</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>170</x>
143 <y>388</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>146</x>
147 <y>272</y>
148 </hint>
149 </hints>
150 </connection>
151 </connections>
152 </ui>