2 <class>ProcessWidget</class>
3 <widget class="QWidget" name="ProcessWidget" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
13 <property name="leftMargin" >
16 <property name="topMargin" >
19 <property name="rightMargin" >
22 <property name="bottomMargin" >
26 <layout class="QHBoxLayout" >
28 <widget class="QPushButton" name="btnKillProcess" >
29 <property name="enabled" >
32 <property name="sizePolicy" >
33 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
38 <property name="text" >
39 <string>&Kill Process</string>
41 <property name="flat" >
47 <widget class="KLineEdit" name="txtFilter" >
48 <property name="styleSheet" >
49 <string>QLineEdit { padding-right: 16; }</string>
51 <property name="urlDropsEnabled" >
54 <property name="clickMessage" >
55 <string>Quick search</string>
57 <property name="showClearButton" stdset="0" >
63 <widget class="QComboBox" name="cmbFilter" >
64 <property name="sizePolicy" >
65 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
66 <horstretch>0</horstretch>
67 <verstretch>0</verstretch>
70 <property name="maxCount" >
73 <property name="sizeAdjustPolicy" >
74 <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
77 <property name="text" >
78 <string>All Processes</string>
82 <property name="text" >
83 <string>All Processes, Tree</string>
87 <property name="text" >
88 <string>System Processes</string>
92 <property name="text" >
93 <string>User Processes</string>
97 <property name="text" >
98 <string>Own Processes</string>
102 <property name="text" >
103 <string>Programs Only</string>
111 <widget class="QTreeView" name="treeView" >
112 <property name="editTriggers" >
113 <set>QAbstractItemView::NoEditTriggers</set>
115 <property name="alternatingRowColors" >
118 <property name="selectionMode" >
119 <enum>QAbstractItemView::ExtendedSelection</enum>
121 <property name="selectionBehavior" >
122 <enum>QAbstractItemView::SelectRows</enum>
124 <property name="rootIsDecorated" >
127 <property name="uniformRowHeights" >
130 <property name="itemsExpandable" >
133 <property name="sortingEnabled" >
136 <property name="animated" >
139 <property name="allColumnsShowFocus" >
148 <class>KLineEdit</class>
149 <extends>QLineEdit</extends>
150 <header>klineedit.h</header>