Fix a typo in the pretty printer of std::vector<>.
[kdbg.git] / kdbg / procattachbase.ui
blob40f78f110465a9312a18dabf200a5ded5bf89725
1 <ui version="4.0" >
2  <author>Johannes Sixt</author>
3  <class>ProcAttachBase</class>
4  <widget class="QDialog" name="ProcAttachBase" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>560</width>
10     <height>416</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Attach to Process</string>
15   </property>
16   <property name="sizeGripEnabled" >
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout" >
20    <item>
21     <layout class="QHBoxLayout" >
22      <item>
23       <widget class="QLabel" name="filterLabel" >
24        <property name="text" >
25         <string>&amp;Filter or PID:</string>
26        </property>
27        <property name="wordWrap" >
28         <bool>false</bool>
29        </property>
30        <property name="buddy" >
31         <cstring>filterEdit</cstring>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <widget class="KLineEdit" name="filterEdit" >
37        <property name="whatsThis" >
38         <string>Type the name of the process or its process ID (PID) here to reduce the number of entries in the list.</string>
39        </property>
40        <property name="showClearButton" stdset="0" >
41         <bool>true</bool>
42        </property>
43       </widget>
44      </item>
45     </layout>
46    </item>
47    <item>
48     <widget class="QTreeWidget" name="processList" >
49      <property name="minimumSize" >
50       <size>
51        <width>300</width>
52        <height>200</height>
53       </size>
54      </property>
55      <property name="whatsThis" >
56       <string>&lt;p>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>Filter or PID&lt;/b> edit box to reduce the number of entries in this list.&lt;p>The text in the &lt;i>Command&lt;/i> column is usually, but not always, the command that was used to start the process. The &lt;i>PID&lt;/i> column shows the process ID. The &lt;i>PPID&lt;/i> 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>ps&lt;/i> command.&lt;/p>&lt;p>The list is not updated automatically. Use the &lt;b>Refresh&lt;/b> button to update it.&lt;/p></string>
57      </property>
58      <property name="rootIsDecorated" >
59       <bool>false</bool>
60      </property>
61      <property name="allColumnsShowFocus" >
62       <bool>true</bool>
63      </property>
64      <column>
65       <property name="text" >
66        <string>Command</string>
67       </property>
68      </column>
69      <column>
70       <property name="text" >
71        <string>PID</string>
72       </property>
73      </column>
74      <column>
75       <property name="text" >
76        <string>PPID</string>
77       </property>
78      </column>
79     </widget>
80    </item>
81    <item>
82     <layout class="QHBoxLayout" >
83      <item>
84       <widget class="QPushButton" name="buttonRefresh" >
85        <property name="sizePolicy" >
86         <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
87          <horstretch>0</horstretch>
88          <verstretch>0</verstretch>
89         </sizepolicy>
90        </property>
91        <property name="whatsThis" >
92         <string>This button updates the list of processes.</string>
93        </property>
94        <property name="text" >
95         <string>&amp;Refresh</string>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="KDialogButtonBox" name="dialogButtons" >
101        <property name="standardButtons" >
102         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </item>
108   </layout>
109  </widget>
110  <layoutdefault spacing="6" margin="10" />
111  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
112  <customwidgets>
113   <customwidget>
114    <class>KDialogButtonBox</class>
115    <extends>QDialogButtonBox</extends>
116    <header>kdialogbuttonbox.h</header>
117   </customwidget>
118   <customwidget>
119    <class>KLineEdit</class>
120    <extends>QLineEdit</extends>
121    <header>klineedit.h</header>
122   </customwidget>
123  </customwidgets>
124  <tabstops>
125   <tabstop>processList</tabstop>
126   <tabstop>buttonRefresh</tabstop>
127  </tabstops>
128  <resources/>
129  <connections>
130   <connection>
131    <sender>dialogButtons</sender>
132    <signal>accepted()</signal>
133    <receiver>ProcAttachBase</receiver>
134    <slot>accept()</slot>
135    <hints>
136     <hint type="sourcelabel" >
137      <x>420</x>
138      <y>400</y>
139     </hint>
140     <hint type="destinationlabel" >
141      <x>399</x>
142      <y>415</y>
143     </hint>
144    </hints>
145   </connection>
146   <connection>
147    <sender>dialogButtons</sender>
148    <signal>rejected()</signal>
149    <receiver>ProcAttachBase</receiver>
150    <slot>reject()</slot>
151    <hints>
152     <hint type="sourcelabel" >
153      <x>508</x>
154      <y>401</y>
155     </hint>
156     <hint type="destinationlabel" >
157      <x>508</x>
158      <y>414</y>
159     </hint>
160    </hints>
161   </connection>
162  </connections>
163 </ui>