2 <class>SMServerConfigDlg</class>
3 <widget class="QWidget" name="SMServerConfigDlg" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Session Manager</string>
15 <layout class="QVBoxLayout" >
16 <property name="leftMargin" >
19 <property name="topMargin" >
22 <property name="rightMargin" >
26 <layout class="QHBoxLayout" name="horizontalLayout_2" >
28 <widget class="QGroupBox" name="topBox" >
29 <property name="sizePolicy" >
30 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
35 <property name="title" >
36 <string>General</string>
38 <layout class="QVBoxLayout" >
40 <layout class="QVBoxLayout" name="verticalLayout_2" >
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>
46 <property name="text" >
47 <string>Conf&irm logout</string>
52 <widget class="QCheckBox" name="offerShutdownCheck" >
53 <property name="text" >
54 <string>O&ffer shutdown options</string>
61 <spacer name="verticalSpacer" >
62 <property name="orientation" >
63 <enum>Qt::Vertical</enum>
65 <property name="sizeHint" stdset="0" >
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>
81 <property name="title" >
82 <string>Default Shutdown Option</string>
84 <layout class="QVBoxLayout" >
86 <widget class="QRadioButton" name="logoutRadio" >
87 <property name="text" >
88 <string>&End current session</string>
93 <widget class="QRadioButton" name="haltRadio" >
94 <property name="text" >
95 <string>&Turn off computer</string>
100 <widget class="QRadioButton" name="rebootRadio" >
101 <property name="text" >
102 <string>&Restart computer</string>
112 <layout class="QHBoxLayout" name="horizontalLayout" >
114 <widget class="QGroupBox" name="loginGroup" >
115 <property name="whatsThis" >
117 <li><b>Restore previous session:</b> Will save all applications running on exit and restore them when they next start up</li>
118 <li><b>Restore manually saved session: </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.</li>
119 <li><b>Start with an empty session:</b> Do not save anything. Will come up with an empty desktop on next start.</li>
122 <property name="title" >
123 <string>On Login</string>
125 <layout class="QVBoxLayout" >
127 <layout class="QVBoxLayout" name="verticalLayout" >
129 <widget class="QRadioButton" name="previousSessionRadio" >
130 <property name="text" >
131 <string>Restore &previous session</string>
136 <widget class="QRadioButton" name="savedSessionRadio" >
137 <property name="text" >
138 <string>Restore &manually saved session</string>
143 <widget class="QRadioButton" name="emptySessionRadio" >
144 <property name="text" >
145 <string>Start with an empty &session</string>
150 <widget class="QLabel" name="textLabel1" >
151 <property name="text" >
152 <string>Applications to be e&xcluded from sessions:</string>
154 <property name="wordWrap" >
157 <property name="buddy" >
158 <cstring>excludeLineedit</cstring>
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>
178 <property name="orientation" >
179 <enum>Qt::Vertical</enum>
181 <property name="sizeType" >
182 <enum>QSizePolicy::Expanding</enum>
184 <property name="sizeHint" stdset="0" >
194 <layoutdefault spacing="3" margin="6" />
195 <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
196 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
199 <class>KLineEdit</class>
200 <extends>QLineEdit</extends>
201 <header>klineedit.h</header>
205 <include location="global" >kdialog.h</include>
210 <sender>offerShutdownCheck</sender>
211 <signal>toggled(bool)</signal>
212 <receiver>sdGroup</receiver>
213 <slot>setEnabled(bool)</slot>
215 <hint type="sourcelabel" >
219 <hint type="destinationlabel" >