1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
<class>SMServerConfigDlg</class>
3
<widget class="QWidget">
5
<cstring>SMServerConfigDlg</cstring>
7
<property name="geometry">
15
<property name="caption">
16
<string>Session Manager</string>
18
<property name="layoutMargin" stdset="0">
21
<property name="name">
22
<cstring>unnamed</cstring>
24
<property name="margin">
27
<widget class="QGroupBox">
28
<property name="name">
29
<cstring>topBox</cstring>
31
<property name="sizePolicy">
33
<hsizetype>5</hsizetype>
34
<vsizetype>0</vsizetype>
35
<horstretch>0</horstretch>
36
<verstretch>0</verstretch>
39
<property name="title">
40
<string>General</string>
43
<property name="name">
44
<cstring>unnamed</cstring>
46
<widget class="QCheckBox">
47
<property name="name">
48
<cstring>confirmLogoutCheck</cstring>
50
<property name="text">
51
<string>Conf&irm logout</string>
53
<property name="whatsThis" stdset="0">
54
<string>Check this option if you want the session manager to display a logout confirmation dialog box.</string>
57
<widget class="QCheckBox">
58
<property name="name">
59
<cstring>offerShutdownCheck</cstring>
61
<property name="text">
62
<string>O&ffer shutdown options</string>
67
<widget class="QButtonGroup">
68
<property name="name">
69
<cstring>loginGroup</cstring>
71
<property name="title">
72
<string>On Login</string>
74
<property name="whatsThis" stdset="0">
76
<li><b>Restore previous session:</b> Will save all applications running on exit and restore them when they next start up</li>
77
<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>
78
<li><b>Start with an empty session:</b> Do not save anything. Will come up with an empty desktop on next start.</li>
82
<property name="name">
83
<cstring>unnamed</cstring>
85
<widget class="QRadioButton">
86
<property name="name">
87
<cstring>previousSessionRadio</cstring>
89
<property name="text">
90
<string>Restore &previous session</string>
93
<widget class="QRadioButton">
94
<property name="name">
95
<cstring>savedSessionRadio</cstring>
97
<property name="text">
98
<string>Restore &manually saved session</string>
101
<widget class="QRadioButton">
102
<property name="name">
103
<cstring>emptySessionRadio</cstring>
105
<property name="text">
106
<string>Start with an empty &session</string>
111
<widget class="QButtonGroup">
112
<property name="name">
113
<cstring>sdGroup</cstring>
115
<property name="title">
116
<string>Default Shutdown Option</string>
118
<property name="whatsThis" stdset="0">
119
<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>
122
<property name="name">
123
<cstring>unnamed</cstring>
125
<widget class="QRadioButton">
126
<property name="name">
127
<cstring>logoutRadio</cstring>
129
<property name="text">
130
<string>&End current session</string>
133
<widget class="QRadioButton">
134
<property name="name">
135
<cstring>haltRadio</cstring>
137
<property name="text">
138
<string>&Turn off computer</string>
141
<widget class="QRadioButton">
142
<property name="name">
143
<cstring>rebootRadio</cstring>
145
<property name="text">
146
<string>&Restart computer</string>
151
<widget class="QButtonGroup">
152
<property name="name">
153
<cstring>advancedGroup</cstring>
155
<property name="title">
156
<string>Advanced</string>
159
<property name="name">
160
<cstring>unnamed</cstring>
162
<widget class="QLabel">
163
<property name="name">
164
<cstring>textLabel1</cstring>
166
<property name="text">
167
<string>Applications to be e&xcluded from sessions:</string>
169
<property name="buddy" stdset="0">
170
<cstring>excludeLineedit</cstring>
173
<widget class="KLineEdit">
174
<property name="name">
175
<cstring>excludeLineedit</cstring>
177
<property name="whatsThis" stdset="0">
178
<string>Here you can enter a 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,xconsole'.</string>
184
<property name="name">
185
<cstring>bottomSpacer</cstring>
187
<property name="orientation">
188
<enum>Vertical</enum>
190
<property name="sizeType">
191
<enum>Expanding</enum>
193
<property name="sizeHint">
204
<sender>confirmLogoutCheck</sender>
205
<signal>toggled(bool)</signal>
206
<receiver>SMServerConfigDlg</receiver>
207
<slot>configChanged()</slot>
210
<sender>loginGroup</sender>
211
<signal>clicked(int)</signal>
212
<receiver>SMServerConfigDlg</receiver>
213
<slot>configChanged()</slot>
216
<sender>sdGroup</sender>
217
<signal>clicked(int)</signal>
218
<receiver>SMServerConfigDlg</receiver>
219
<slot>configChanged()</slot>
222
<sender>excludeLineedit</sender>
223
<signal>textChanged(const QString&)</signal>
224
<receiver>SMServerConfigDlg</receiver>
225
<slot>configChanged()</slot>
228
<sender>offerShutdownCheck</sender>
229
<signal>toggled(bool)</signal>
230
<receiver>sdGroup</receiver>
231
<slot>setEnabled(bool)</slot>
234
<sender>offerShutdownCheck</sender>
235
<signal>toggled(bool)</signal>
236
<receiver>SMServerConfigDlg</receiver>
237
<slot>configChanged()</slot>
241
<include location="global" impldecl="in implementation">kdialog.h</include>
244
<slot>configChanged()</slot>
246
<layoutdefaults spacing="3" margin="6"/>
247
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>