From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 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/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kshortcutdialog_advanced.ui | 254 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 kdeui/kshortcutdialog_advanced.ui (limited to 'kdeui/kshortcutdialog_advanced.ui') diff --git a/kdeui/kshortcutdialog_advanced.ui b/kdeui/kshortcutdialog_advanced.ui new file mode 100644 index 000000000..9c371523f --- /dev/null +++ b/kdeui/kshortcutdialog_advanced.ui @@ -0,0 +1,254 @@ + +KShortcutDialogAdvanced + + + KShortcutDialogAdvanced + + + + 0 + 0 + 359 + 157 + + + + + 3 + 3 + 0 + 0 + + + + + unnamed + + + 0 + + + + m_frameMore + + + NoFrame + + + Plain + + + + + + + unnamed + + + 0 + + + + m_btnAlternate + + + NoFocus + + + Alternate shortcut: + + + + + m_btnPrimary + + + NoFocus + + + Primary shortcut: + + + + + layout6 + + + + unnamed + + + + m_txtAlternate + + + + 255 + 255 + 255 + + + + ClickFocus + + + + + + false + + + false + + + + + spacer6 + + + Horizontal + + + Expanding + + + + 21 + 20 + + + + + + + + layout7 + + + + unnamed + + + + m_txtPrimary + + + + 255 + 255 + 255 + + + + 4 + + + ClickFocus + + + + + + false + + + The currently set shortcut or the shortcut you are entering will show up here. + + + + + spacer5 + + + Horizontal + + + Expanding + + + + 21 + 20 + + + + + + + + m_btnClearPrimary + + + x + + + true + + + Clear shortcut + + + + + m_btnClearAlternate + + + x + + + true + + + Clear shortcut + + + + + m_btnMultiKey + + + NoFocus + + + Multi-key mode + + + Enable the entry of multi-key shortcuts + + + Select this checkbox to enable the entry of multi-key shortcuts. A multi-key shortcut consists of a sequence of up to 4 keys. For example, you could assign "Ctrl+F,B" to Font-Bold and "Ctrl+F,U" to Font-Underline. + + + + + + + + + m_txtPrimary + clicked() + m_btnPrimary + animateClick() + + + m_txtAlternate + clicked() + m_btnAlternate + animateClick() + + + + kshortcut.h + kdialog.h + kpushbutton.h + + + class KShortcut + + + + + kpushbutton.h + kpushbutton.h + + -- cgit v1.2.1