From e9ae80694875f869892f13f4fcaf1170a00dea41 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/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/examples/old/wizard.kmdr | 301 +++++++++++++++++++++++++++++++++++++ 1 file changed, 301 insertions(+) create mode 100755 kommander/examples/old/wizard.kmdr (limited to 'kommander/examples/old/wizard.kmdr') diff --git a/kommander/examples/old/wizard.kmdr b/kommander/examples/old/wizard.kmdr new file mode 100755 index 00000000..87f50c38 --- /dev/null +++ b/kommander/examples/old/wizard.kmdr @@ -0,0 +1,301 @@ + +Wizard1 + + + Wizard1 + + + + 0 + 0 + 473 + 346 + + + + Demo Wizard + + + + page + + + Page 1 + + + + ScriptObject1 + + + + 131 + 159 + 32 + 32 + + + + + + + + @dcop(@dcopid, KommanderIf, enableWidget(QString,bool), next, @CheckBox1.checked) + + + + + + + + CheckBox1 + + + + 131 + 70 + 199 + 24 + + + + Select this t&o enable Next + + + + + + + + + + + + + + + Label1 + + + + 0 + 220 + 320 + 21 + + + + Try the help button from any page! + + + + + ScriptObject8 + + + + 200 + 160 + 32 + 32 + + + + + @Message.info(Help was pressed for @LineEdit6.text, Help) + + + + + + LineEdit6 + + + + 130 + 100 + 141 + 31 + + + + + + ScriptObject60 + + + + 34 + 114 + 32 + 32 + + + + + + + page + + + Page 2 + + + + ScriptObject1_2 + + + + 141 + 169 + 32 + 32 + + + + + + + + @dcop(@dcopid, KommanderIf, enableWidget(QString,bool), next, @CheckBox1_2.checked) + + + + + + + + CheckBox1_2 + + + + 141 + 80 + 199 + 24 + + + + Select this t&o enable Next + + + + + + + + + + + + + + + + page + + + Page 3 + + + + ScriptObject2 + + + + 138 + 169 + 32 + 32 + + + + + + + + @dcop(@dcopid, KommanderIf, enableWidget(QString,bool), finish, @CheckBox2.checked) + + + + + + + + CheckBox2 + + + + 138 + 80 + 204 + 24 + + + + Select this t&o enable finish + + + + + + + + + + + + + + + + + CheckBox1 + widgetOpened() + ScriptObject1 + execute() + + + CheckBox1 + stateChanged(int) + ScriptObject1 + execute() + + + Wizard1 + selected(const QString&) + ScriptObject1_2 + execute() + + + Wizard1 + selected(const QString&) + LineEdit6 + setText(const QString&) + + + CheckBox2 + stateChanged(int) + ScriptObject2 + execute() + + + Wizard1 + helpClicked() + ScriptObject8 + execute() + + + CheckBox1_2 + widgetOpened() + ScriptObject1_2 + execute() + + + CheckBox1_2 + stateChanged(int) + ScriptObject1_2 + execute() + + + + -- cgit v1.2.1