delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kuiserver / uiserverConfigDialog.ui
blobd28e6328b8963437120e44433c6f608a1da632dc
1 <ui version="4.0" >
2  <class>configurationDialog</class>
3  <widget class="QWidget" name="configurationDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>450</width>
9     <height>214</height>
10    </rect>
11   </property>
12   <layout class="QHBoxLayout" >
13    <property name="margin" >
14     <number>9</number>
15    </property>
16    <property name="spacing" >
17     <number>10</number>
18    </property>
19    <item>
20     <layout class="QVBoxLayout" >
21      <property name="margin" >
22       <number>0</number>
23      </property>
24      <property name="spacing" >
25       <number>6</number>
26      </property>
27      <item>
28       <widget class="QGroupBox" name="groupFinishedJobs" >
29        <property name="title" >
30         <string>Finished Jobs</string>
31        </property>
32        <layout class="QVBoxLayout" >
33         <property name="margin" >
34          <number>9</number>
35         </property>
36         <property name="spacing" >
37          <number>6</number>
38         </property>
39         <item>
40          <widget class="QRadioButton" name="kcfg_radioMove" >
41           <property name="text" >
42            <string>Move them to a different list</string>
43           </property>
44          </widget>
45         </item>
46         <item>
47          <widget class="QRadioButton" name="kcfg_radioRemove" >
48           <property name="text" >
49            <string>Remove them</string>
50           </property>
51          </widget>
52         </item>
53        </layout>
54       </widget>
55      </item>
56      <item>
57       <widget class="QGroupBox" name="groupAppearance" >
58        <property name="title" >
59         <string>Appearance</string>
60        </property>
61        <layout class="QVBoxLayout" >
62         <property name="margin" >
63          <number>9</number>
64         </property>
65         <property name="spacing" >
66          <number>6</number>
67         </property>
68         <item>
69          <widget class="QRadioButton" name="kcfg_radioList" >
70           <property name="text" >
71            <string>Show all jobs in a list</string>
72           </property>
73          </widget>
74         </item>
75         <item>
76          <widget class="QRadioButton" name="kcfg_radioTree" >
77           <property name="text" >
78            <string>Show all jobs in a tree</string>
79           </property>
80          </widget>
81         </item>
82        </layout>
83       </widget>
84      </item>
85     </layout>
86    </item>
87    <item>
88     <layout class="QVBoxLayout" >
89      <property name="margin" >
90       <number>0</number>
91      </property>
92      <property name="spacing" >
93       <number>6</number>
94      </property>
95      <item>
96       <widget class="QCheckBox" name="kcfg_checkShowSeparateWindows" >
97        <property name="text" >
98         <string>Show separate windows</string>
99        </property>
100       </widget>
101      </item>
102     </layout>
103    </item>
104   </layout>
105  </widget>
106  <resources/>
107  <connections/>
108 </ui>