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/picview.kmdr | 148 +++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 kommander/examples/tutorial/picview.kmdr (limited to 'kommander/examples/tutorial/picview.kmdr') diff --git a/kommander/examples/tutorial/picview.kmdr b/kommander/examples/tutorial/picview.kmdr new file mode 100644 index 00000000..be75af7b --- /dev/null +++ b/kommander/examples/tutorial/picview.kmdr @@ -0,0 +1,148 @@ + +Form1 + + + Form1 + + + + 0 + 0 + 618 + 436 + + + + Picture viewer + + + true + + + + unnamed + + + 11 + + + 6 + + + + Label1 + + + Directory: + + + + + Label2 + + + Images: + + + + + FileSelector1 + + + Directory + + + + + Layout2 + + + + unnamed + + + 0 + + + 6 + + + + ListBox1 + + + + 0 + 7 + 0 + 0 + + + + + 200 + 0 + + + + + 200 + 32767 + + + + @exec(cd @FileSelector1.text && find * -name "*.jpg" -o -name "*.png" -o -name "*.gif" -o -name "*.bmp") + + + + + + + + + + PixmapLabel1 + + + + 2 + 2 + 0 + 0 + + + + Box + + + true + + + @FileSelector1.text/@ListBox1.selection + + + + + + + + + + + + + + FileSelector1 + widgetTextChanged(const QString&) + ListBox1 + populate() + + + ListBox1 + highlighted(int) + PixmapLabel1 + populate() + + + + -- cgit v1.2.3