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/form5.kmdr | 346 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 346 insertions(+) create mode 100644 kommander/examples/old/form5.kmdr (limited to 'kommander/examples/old/form5.kmdr') diff --git a/kommander/examples/old/form5.kmdr b/kommander/examples/old/form5.kmdr new file mode 100644 index 00000000..7efeafda --- /dev/null +++ b/kommander/examples/old/form5.kmdr @@ -0,0 +1,346 @@ + +form1 + + + form1 + + + + 0 + 0 + 423 + 269 + + + + Echo Demo + + + + usetext + + + + 120 + 120 + 281 + 31 + + + + du -h + Test + + + + @widgetText + + + + + + ExecButton1_3 + + + + 230 + 170 + 90 + 30 + + + + Echo+Exec + + + + echo @usetext; @usetext + + + + true + + + true + + + + + TextLabel1 + + + + 10 + 121 + 101 + 30 + + + + Enter command: + + + + + FileSelector1 + + + + 10 + 30 + 401 + 30 + + + + + @widgetText + + + + + + ExecButton1_2 + + + + 120 + 170 + 90 + 30 + + + + Exec + + + + @usetext + + + + true + + + true + + + + + ExecButton7 + + + + 340 + 170 + 70 + 31 + + + + ls -l + + + + ls -l + + + + true + + + true + + + + + TextLabel1_2 + + + + 10 + 7 + 231 + 21 + + + + Select a file: + + + + + ExecButton1 + + + + 10 + 170 + 90 + 30 + + + + Echo + + + + echo @usetext + + + + true + + + true + + + + + ExecButton7_2 + + + + 150 + 70 + 91 + 31 + + + + Your File + + + + echo You chose @FileSelector1 + + + + true + + + + + CloseButton1 + + + + 340 + 210 + 70 + 31 + + + + Close + + + + echo "Thanks for testing" + + + + true + + + Try "What's this" on me! + + + Like you need someone to tell you what this is? +Wow that is so like lame man! + +Ha ha. We got it all with Kommander! + + + + + ExecButton5 + + + + 230 + 210 + 91 + 31 + + + + test + + + + echo "Thanks for testing" + + + + true + + + true + + + + + ExecButton9 + + + + 10 + 210 + 91 + 31 + + + + Count Files + + + + echo filecount: `ls | wc -l` + + + + false + + + + + ExecButton9_2 + + + + 120 + 210 + 91 + 31 + + + + Change Str + + + + echo "ls | wc -l" + + + + false + + + + + + ExecButton9 + widgetTextChanged(const QString&) + usetext + setWidgetText(const QString&) + + + ExecButton9_2 + widgetTextChanged(const QString&) + usetext + setText(const QString&) + + + + -- cgit v1.2.1