SVN_SILENT made messages (.desktop file)
[kdeadmin.git] / kpackage / Command.ui
blobf362cf7280aa4c1491a1260ee422691850d9ef46
1 <ui version="4.0" >
2  <class>Command</class>
3  <widget class="QWidget" name="Command" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>443</width>
9     <height>271</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" >
14     <widget class="QGroupBox" name="groupBox" >
15      <property name="title" >
16       <string>How to Execute Privileged Commands</string>
17      </property>
18      <layout class="QHBoxLayout" >
19       <item>
20        <widget class="QLabel" name="label" >
21         <property name="text" >
22          <string>Command to use</string>
23         </property>
24        </widget>
25       </item>
26       <item>
27        <spacer>
28         <property name="orientation" >
29          <enum>Qt::Horizontal</enum>
30         </property>
31         <property name="sizeHint" >
32          <size>
33           <width>71</width>
34           <height>20</height>
35          </size>
36         </property>
37        </spacer>
38       </item>
39       <item>
40        <widget class="QComboBox" name="kcfg_PrivCommand" >
41         <item>
42          <property name="text" >
43           <string>sudo</string>
44          </property>
45         </item>
46         <item>
47          <property name="text" >
48           <string>su</string>
49          </property>
50         </item>
51         <item>
52          <property name="text" >
53           <string>ssh</string>
54          </property>
55         </item>
56        </widget>
57       </item>
58      </layout>
59     </widget>
60    </item>
61    <item row="1" column="0" >
62     <spacer>
63      <property name="orientation" >
64       <enum>Qt::Vertical</enum>
65      </property>
66      <property name="sizeHint" >
67       <size>
68        <width>20</width>
69        <height>211</height>
70       </size>
71      </property>
72     </spacer>
73    </item>
74   </layout>
75  </widget>
76  <resources/>
77  <connections/>
78 </ui>