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/tutorial/statusbar.kmdr | 99 ++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 kommander/examples/tutorial/statusbar.kmdr (limited to 'kommander/examples/tutorial/statusbar.kmdr') diff --git a/kommander/examples/tutorial/statusbar.kmdr b/kommander/examples/tutorial/statusbar.kmdr new file mode 100644 index 00000000..d4f96e05 --- /dev/null +++ b/kommander/examples/tutorial/statusbar.kmdr @@ -0,0 +1,99 @@ + +Form1 + + + Form1 + + + + 0 + 0 + 536 + 225 + + + + StatusBar example + + + + + @StatusBar2.setText(Welcome in this StatusBar demo...) + + + + + + unnamed + + + 11 + + + 6 + + + + StatusBar2 + + + @ListBox1.selection selected. + + + + + + + + + + + Some item + + + + + Some other item + + + + + Another Item + + + + + One more Item + + + + ListBox1 + + + + + ExecButton1 + + + Update status bar + + + + @StatusBar2.insertItem(This one was updated, 0) +@StatusBar2.insertItem(User: @exec(whoami), 1) +@StatusBar2.insertItem(@exec(date), 2) + + + + + + + + ListBox1 + clicked(QListBoxItem*,const QPoint&) + StatusBar2 + populate() + + + + -- cgit v1.2.1