From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/smserver/smserverconfigdlg.ui | 248 +++++++++++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 kcontrol/smserver/smserverconfigdlg.ui (limited to 'kcontrol/smserver/smserverconfigdlg.ui') diff --git a/kcontrol/smserver/smserverconfigdlg.ui b/kcontrol/smserver/smserverconfigdlg.ui new file mode 100644 index 000000000..518052675 --- /dev/null +++ b/kcontrol/smserver/smserverconfigdlg.ui @@ -0,0 +1,248 @@ + +SMServerConfigDlg + + + SMServerConfigDlg + + + + 0 + 0 + 325 + 366 + + + + Session Manager + + + + + + unnamed + + + 0 + + + + topBox + + + + 5 + 0 + 0 + 0 + + + + General + + + + unnamed + + + + confirmLogoutCheck + + + Conf&irm logout + + + Check this option if you want the session manager to display a logout confirmation dialog box. + + + + + offerShutdownCheck + + + O&ffer shutdown options + + + + + + + loginGroup + + + On Login + + + <ul> +<li><b>Restore previous session:</b> Will save all applications running on exit and restore them when they next start up</li> +<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> +<li><b>Start with an empty session:</b> Do not save anything. Will come up with an empty desktop on next start.</li> +</ul> + + + + unnamed + + + + previousSessionRadio + + + Restore &previous session + + + + + savedSessionRadio + + + Restore &manually saved session + + + + + emptySessionRadio + + + Start with an empty &session + + + + + + + sdGroup + + + Default Shutdown Option + + + Here you can choose what should happen by default when you log out. This only has meaning, if you logged in through KDM. + + + + unnamed + + + + logoutRadio + + + &End current session + + + + + haltRadio + + + &Turn off computer + + + + + rebootRadio + + + &Restart computer + + + + + + + advancedGroup + + + Advanced + + + + unnamed + + + + textLabel1 + + + Applications to be e&xcluded from sessions: + + + excludeLineedit + + + + + excludeLineedit + + + 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'. + + + + + + + bottomSpacer + + + Vertical + + + Expanding + + + + 20 + 130 + + + + + + + + confirmLogoutCheck + toggled(bool) + SMServerConfigDlg + configChanged() + + + loginGroup + clicked(int) + SMServerConfigDlg + configChanged() + + + sdGroup + clicked(int) + SMServerConfigDlg + configChanged() + + + excludeLineedit + textChanged(const QString&) + SMServerConfigDlg + configChanged() + + + offerShutdownCheck + toggled(bool) + sdGroup + setEnabled(bool) + + + offerShutdownCheck + toggled(bool) + SMServerConfigDlg + configChanged() + + + + kdialog.h + + + configChanged() + + + + -- cgit v1.2.1