Warning, /plasma/libksysguard/processui/ProcessWidgetUI.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>ProcessWidget</class>
0004  <widget class="QWidget" name="ProcessWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>490</width>
0010     <height>472</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <layout class="QHBoxLayout">
0019      <item>
0020       <widget class="QPushButton" name="btnKillProcess">
0021        <property name="enabled">
0022         <bool>false</bool>
0023        </property>
0024        <property name="sizePolicy">
0025         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0026          <horstretch>0</horstretch>
0027          <verstretch>0</verstretch>
0028         </sizepolicy>
0029        </property>
0030        <property name="toolTip">
0031         <string/>
0032        </property>
0033        <property name="whatsThis">
0034         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0035 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0036 p, li { white-space: pre-wrap; }
0037 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
0038 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Attempt to kill the currently selected process by sending it the SIGTERM signal.&lt;/p&gt;
0039 &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Technical information: &lt;/span&gt;&lt;br /&gt;The SIGTERM signal is sent to the given process. If there are insufficient privileges to do so, by default a password is requested.&lt;br /&gt;By running the program &lt;span style=&quot; font-family:'Courier New,courier';&quot;&gt;polkit-kde-authorization&lt;/span&gt; you can give certain (or all) users permission to kill any process, without requiring a password. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0040        </property>
0041        <property name="text">
0042         <string>&amp;End Process...</string>
0043        </property>
0044        <property name="autoDefault">
0045         <bool>false</bool>
0046        </property>
0047        <property name="default">
0048         <bool>false</bool>
0049        </property>
0050        <property name="flat">
0051         <bool>false</bool>
0052        </property>
0053       </widget>
0054      </item>
0055      <item>
0056       <widget class="QLineEdit" name="txtFilter">
0057        <property name="toolTip">
0058         <string>Type comma separated search terms or regular expressions to filter the process list</string>
0059        </property>
0060        <property name="whatsThis">
0061         <string>Filter which processes are shown by the text given here.  The text can be a partial string match of the Name, Command or Window Title of the process.  It can also be a Username or a Process ID number.&lt;p&gt;
0062 For example:
0063 
0064 &lt;table&gt;
0065 &lt;tr&gt;&lt;th&gt;ksys&lt;/th&gt;&lt;td&gt;Show processes containing &quot;&lt;b&gt;ksys&lt;/b&gt;&quot; in the name, for example the processes &quot;&lt;i&gt;ksysguard&lt;/i&gt;&quot; and &quot;&lt;i&gt;ksysguardd&lt;/i&gt;&quot;.&lt;td&gt;&lt;/tr&gt;
0066 &lt;tr&gt;&lt;th&gt;root&lt;/th&gt;&lt;td&gt;Show processes owned by &lt;b&gt;root&lt;/b&gt;.  For example &lt;i&gt;init&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
0067 &lt;tr&gt;&lt;th&gt;1234&lt;/th&gt;&lt;td&gt;Show the processes with the PID or Parent PID of &lt;b&gt;1234&lt;/b&gt;.&lt;/td&gt;&lt;/th&gt;&lt;/tr&gt;
0068 &lt;/table&gt;
0069 </string>
0070        </property>
0071        <property name="placeholderText">
0072         <string>Quick search</string>
0073        </property>
0074        <property name="clearButtonEnabled" stdset="0">
0075         <bool>true</bool>
0076        </property>
0077       </widget>
0078      </item>
0079      <item>
0080       <widget class="QComboBox" name="cmbFilter">
0081        <property name="sizePolicy">
0082         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0083          <horstretch>0</horstretch>
0084          <verstretch>0</verstretch>
0085         </sizepolicy>
0086        </property>
0087        <property name="whatsThis">
0088         <string>&lt;qt&gt;Change which processes are shown, and how they are shown.  The processes can be further filtered by using the Quick Search text filter.&lt;p&gt;
0089 &lt;table&gt;
0090 &lt;tr&gt;&lt;td&gt;All Processes&lt;/td&gt;&lt;td&gt;Show all the processes on the system.&lt;/td&gt;&lt;/tr&gt;
0091 &lt;tr&gt;&lt;td&gt;All Processes, tree&lt;/td&gt;&lt;td&gt;Show all the processes on the system, in a hierarchical manner using the parent PID information.&lt;/td&gt;&lt;/tr&gt;
0092 &lt;tr&gt;&lt;td&gt;System Processes&lt;/td&gt;&lt;td&gt;Show processes running as root and as a user who cannot login.&lt;/td&gt;&lt;/tr&gt;
0093 &lt;tr&gt;&lt;td&gt;User Processes&lt;/td&gt;&lt;td&gt;Show processes running as a non-root user who can login.&lt;/td&gt;&lt;/tr&gt;
0094 &lt;tr&gt;&lt;td&gt;Own Processes&lt;/td&gt;&lt;td&gt;Show processes owned by the same user that this process is owned by.&lt;/td&gt;&lt;/tr&gt;
0095 &lt;tr&gt;&lt;td&gt;Programs Only&lt;/td&gt;&lt;td&gt;Show processes which are running as a user who can login and are either attached to a TTY or have at least one X11 Window.&lt;/td&gt;&lt;/tr&gt;
0096 &lt;/table&gt;
0097 &lt;p&gt;
0098 &lt;i&gt;Technical Information:&lt;/i&gt;&lt;br&gt;
0099 Processes with multiple threads are just shown as a single process, and not treated any differently.&lt;br&gt;
0100 Kernel threads are shown as normal processes, but are actually running inside the kernel and are not real processes.  As such, many of the fields (such as Username) do not apply.
0101 </string>
0102        </property>
0103        <property name="maxCount">
0104         <number>10</number>
0105        </property>
0106        <property name="sizeAdjustPolicy">
0107         <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
0108        </property>
0109        <item>
0110         <property name="text">
0111          <string>All Processes</string>
0112         </property>
0113        </item>
0114        <item>
0115         <property name="text">
0116          <string>All Processes, Tree</string>
0117         </property>
0118        </item>
0119        <item>
0120         <property name="text">
0121          <string>System Processes</string>
0122         </property>
0123        </item>
0124        <item>
0125         <property name="text">
0126          <string>User Processes</string>
0127         </property>
0128        </item>
0129        <item>
0130         <property name="text">
0131          <string>Own Processes</string>
0132         </property>
0133        </item>
0134        <item>
0135         <property name="text">
0136          <string>Programs Only</string>
0137         </property>
0138        </item>
0139       </widget>
0140      </item>
0141      <item>
0142       <widget class="QPushButton" name="btnTools">
0143        <property name="text">
0144         <string>Tools</string>
0145        </property>
0146        <property name="icon">
0147         <iconset theme="tools"/>
0148        </property>
0149       </widget>
0150      </item>
0151     </layout>
0152    </item>
0153    <item>
0154     <widget class="QTreeView" name="treeView">
0155      <property name="editTriggers">
0156       <set>QAbstractItemView::NoEditTriggers</set>
0157      </property>
0158      <property name="alternatingRowColors">
0159       <bool>true</bool>
0160      </property>
0161      <property name="selectionMode">
0162       <enum>QAbstractItemView::ExtendedSelection</enum>
0163      </property>
0164      <property name="selectionBehavior">
0165       <enum>QAbstractItemView::SelectRows</enum>
0166      </property>
0167      <property name="rootIsDecorated">
0168       <bool>false</bool>
0169      </property>
0170      <property name="uniformRowHeights">
0171       <bool>true</bool>
0172      </property>
0173      <property name="itemsExpandable">
0174       <bool>true</bool>
0175      </property>
0176      <property name="sortingEnabled">
0177       <bool>true</bool>
0178      </property>
0179      <property name="animated">
0180       <bool>false</bool>
0181      </property>
0182      <property name="allColumnsShowFocus">
0183       <bool>true</bool>
0184      </property>
0185     </widget>
0186    </item>
0187   </layout>
0188  </widget>
0189  <resources/>
0190  <connections/>
0191 </ui>