add more spacing
[personal-kdebase.git] / workspace / ksmserver / kcm / smserverconfigdlg.ui
bloba4f41328c795fa1b18b89442a8aba755e4e35e16
1 <ui version="4.0" >
2  <class>SMServerConfigDlg</class>
3  <widget class="QWidget" name="SMServerConfigDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>437</width>
9     <height>476</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Session Manager</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="leftMargin" >
17     <number>0</number>
18    </property>
19    <property name="topMargin" >
20     <number>0</number>
21    </property>
22    <property name="rightMargin" >
23     <number>0</number>
24    </property>
25    <item>
26     <layout class="QHBoxLayout" name="horizontalLayout_2" >
27      <item>
28       <widget class="QGroupBox" name="topBox" >
29        <property name="sizePolicy" >
30         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
31          <horstretch>0</horstretch>
32          <verstretch>0</verstretch>
33         </sizepolicy>
34        </property>
35        <property name="title" >
36         <string>General</string>
37        </property>
38        <layout class="QVBoxLayout" >
39         <item>
40          <layout class="QVBoxLayout" name="verticalLayout_2" >
41           <item>
42            <widget class="QCheckBox" name="confirmLogoutCheck" >
43             <property name="whatsThis" >
44              <string>Check this option if you want the session manager to display a logout confirmation dialog box.</string>
45             </property>
46             <property name="text" >
47              <string>Conf&amp;irm logout</string>
48             </property>
49            </widget>
50           </item>
51           <item>
52            <widget class="QCheckBox" name="offerShutdownCheck" >
53             <property name="text" >
54              <string>O&amp;ffer shutdown options</string>
55             </property>
56            </widget>
57           </item>
58          </layout>
59         </item>
60         <item>
61          <spacer name="verticalSpacer" >
62           <property name="orientation" >
63            <enum>Qt::Vertical</enum>
64           </property>
65           <property name="sizeHint" stdset="0" >
66            <size>
67             <width>20</width>
68             <height>40</height>
69            </size>
70           </property>
71          </spacer>
72         </item>
73        </layout>
74       </widget>
75      </item>
76      <item>
77       <widget class="QGroupBox" name="sdGroup" >
78        <property name="whatsThis" >
79         <string>Here you can choose what should happen by default when you log out. This only has meaning, if you logged in through KDM.</string>
80        </property>
81        <property name="title" >
82         <string>Default Shutdown Option</string>
83        </property>
84        <layout class="QVBoxLayout" >
85         <item>
86          <widget class="QRadioButton" name="logoutRadio" >
87           <property name="text" >
88            <string>&amp;End current session</string>
89           </property>
90          </widget>
91         </item>
92         <item>
93          <widget class="QRadioButton" name="haltRadio" >
94           <property name="text" >
95            <string>&amp;Turn off computer</string>
96           </property>
97          </widget>
98         </item>
99         <item>
100          <widget class="QRadioButton" name="rebootRadio" >
101           <property name="text" >
102            <string>&amp;Restart computer</string>
103           </property>
104          </widget>
105         </item>
106        </layout>
107       </widget>
108      </item>
109     </layout>
110    </item>
111    <item>
112     <layout class="QHBoxLayout" name="horizontalLayout" >
113      <item>
114       <widget class="QGroupBox" name="loginGroup" >
115        <property name="whatsThis" >
116         <string>&lt;ul>
117 &lt;li>&lt;b>Restore previous session:&lt;/b> Will save all applications running on exit and restore them when they next start up&lt;/li>
118 &lt;li>&lt;b>Restore manually saved session: &lt;/b> Allows the session to be saved at any time via "Save Session" in the K-Menu. This means the currently started applications will reappear when they next start up.&lt;/li>
119 &lt;li>&lt;b>Start with an empty session:&lt;/b> Do not save anything. Will come up with an empty desktop on next start.&lt;/li>
120 &lt;/ul></string>
121        </property>
122        <property name="title" >
123         <string>On Login</string>
124        </property>
125        <layout class="QVBoxLayout" >
126         <item>
127          <layout class="QVBoxLayout" name="verticalLayout" >
128           <item>
129            <widget class="QRadioButton" name="previousSessionRadio" >
130             <property name="text" >
131              <string>Restore &amp;previous session</string>
132             </property>
133            </widget>
134           </item>
135           <item>
136            <widget class="QRadioButton" name="savedSessionRadio" >
137             <property name="text" >
138              <string>Restore &amp;manually saved session</string>
139             </property>
140            </widget>
141           </item>
142           <item>
143            <widget class="QRadioButton" name="emptySessionRadio" >
144             <property name="text" >
145              <string>Start with an empty &amp;session</string>
146             </property>
147            </widget>
148           </item>
149           <item>
150            <widget class="QLabel" name="textLabel1" >
151             <property name="text" >
152              <string>Applications to be e&amp;xcluded from sessions:</string>
153             </property>
154             <property name="wordWrap" >
155              <bool>false</bool>
156             </property>
157             <property name="buddy" >
158              <cstring>excludeLineedit</cstring>
159             </property>
160            </widget>
161           </item>
162           <item>
163            <widget class="KLineEdit" name="excludeLineedit" >
164             <property name="whatsThis" >
165              <string>Here you can enter a colon or comma separated list of applications that should not be saved in sessions, and therefore will not be started when restoring a session. For example 'xterm:konsole' or 'xterm,konsole'.</string>
166             </property>
167            </widget>
168           </item>
169          </layout>
170         </item>
171        </layout>
172       </widget>
173      </item>
174     </layout>
175    </item>
176    <item>
177     <spacer>
178      <property name="orientation" >
179       <enum>Qt::Vertical</enum>
180      </property>
181      <property name="sizeType" >
182       <enum>QSizePolicy::Expanding</enum>
183      </property>
184      <property name="sizeHint" stdset="0" >
185       <size>
186        <width>20</width>
187        <height>5</height>
188       </size>
189      </property>
190     </spacer>
191    </item>
192   </layout>
193  </widget>
194  <layoutdefault spacing="3" margin="6" />
195  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
196  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
197  <customwidgets>
198   <customwidget>
199    <class>KLineEdit</class>
200    <extends>QLineEdit</extends>
201    <header>klineedit.h</header>
202   </customwidget>
203  </customwidgets>
204  <includes>
205   <include location="global" >kdialog.h</include>
206  </includes>
207  <resources/>
208  <connections>
209   <connection>
210    <sender>offerShutdownCheck</sender>
211    <signal>toggled(bool)</signal>
212    <receiver>sdGroup</receiver>
213    <slot>setEnabled(bool)</slot>
214    <hints>
215     <hint type="sourcelabel" >
216      <x>20</x>
217      <y>20</y>
218     </hint>
219     <hint type="destinationlabel" >
220      <x>20</x>
221      <y>20</y>
222     </hint>
223    </hints>
224   </connection>
225  </connections>
226 </ui>