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/editor/templates/Configuration_Dialog.ui | 156 +++++++++++++++++++++ .../templates/Dialog_with_Buttons_(Bottom).ui | 114 +++++++++++++++ .../templates/Dialog_with_Buttons_(Right).ui | 114 +++++++++++++++ kommander/editor/templates/Makefile.am | 0 kommander/editor/templates/Tab_Dialog.ui | 138 ++++++++++++++++++ kommander/editor/templates/cpp_template | 16 +++ kommander/editor/templates/header_template | 16 +++ 7 files changed, 554 insertions(+) create mode 100644 kommander/editor/templates/Configuration_Dialog.ui create mode 100644 kommander/editor/templates/Dialog_with_Buttons_(Bottom).ui create mode 100644 kommander/editor/templates/Dialog_with_Buttons_(Right).ui create mode 100644 kommander/editor/templates/Makefile.am create mode 100644 kommander/editor/templates/Tab_Dialog.ui create mode 100644 kommander/editor/templates/cpp_template create mode 100644 kommander/editor/templates/header_template (limited to 'kommander/editor/templates') diff --git a/kommander/editor/templates/Configuration_Dialog.ui b/kommander/editor/templates/Configuration_Dialog.ui new file mode 100644 index 00000000..199f5b90 --- /dev/null +++ b/kommander/editor/templates/Configuration_Dialog.ui @@ -0,0 +1,156 @@ + +MyDialog2 + + + MyDialog2 + + + + 0 + 0 + 597 + 364 + + + + true + + + + unnamed + + + 11 + + + 6 + + + + + New Item + + + + listBox + + + + 0 + 7 + 0 + 0 + + + + + + tabWidget + + + + Widget2 + + + Tab + + + + + Widget3 + + + Tab + + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + F1 + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + true + + + + + + + + + buttonOk + clicked() + MyDialog2 + accept() + + + buttonCancel + clicked() + MyDialog2 + reject() + + + + diff --git a/kommander/editor/templates/Dialog_with_Buttons_(Bottom).ui b/kommander/editor/templates/Dialog_with_Buttons_(Bottom).ui new file mode 100644 index 00000000..77d77cb3 --- /dev/null +++ b/kommander/editor/templates/Dialog_with_Buttons_(Bottom).ui @@ -0,0 +1,114 @@ + +MyDialog + + + MyDialog + + + + 0 + 0 + 511 + 282 + + + + true + + + + Layout1 + + + + 20 + 240 + 476 + 33 + + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + F1 + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + true + + + + + + + + buttonOk + clicked() + MyDialog + accept() + + + buttonCancel + clicked() + MyDialog + reject() + + + + diff --git a/kommander/editor/templates/Dialog_with_Buttons_(Right).ui b/kommander/editor/templates/Dialog_with_Buttons_(Right).ui new file mode 100644 index 00000000..fd2c01f0 --- /dev/null +++ b/kommander/editor/templates/Dialog_with_Buttons_(Right).ui @@ -0,0 +1,114 @@ + +MyDialog + + + MyDialog + + + + 0 + 0 + 592 + 470 + + + + true + + + + Layout5 + + + + 500 + 30 + 82 + 410 + + + + + unnamed + + + 0 + + + 6 + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + true + + + + + buttonHelp + + + &Help + + + F1 + + + true + + + + + Spacer1 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + + + buttonOk + clicked() + MyDialog + accept() + + + buttonCancel + clicked() + MyDialog + reject() + + + + diff --git a/kommander/editor/templates/Makefile.am b/kommander/editor/templates/Makefile.am new file mode 100644 index 00000000..e69de29b diff --git a/kommander/editor/templates/Tab_Dialog.ui b/kommander/editor/templates/Tab_Dialog.ui new file mode 100644 index 00000000..a2ad9315 --- /dev/null +++ b/kommander/editor/templates/Tab_Dialog.ui @@ -0,0 +1,138 @@ + +MyDialog1 + + + MyDialog1 + + + + 0 + 0 + 528 + 368 + + + + true + + + + unnamed + + + 11 + + + 6 + + + + tabWidget + + + + Widget8 + + + Tab + + + + + Widget9 + + + Tab + + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + F1 + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + true + + + + + + + + + buttonOk + clicked() + MyDialog1 + accept() + + + buttonCancel + clicked() + MyDialog1 + reject() + + + + diff --git a/kommander/editor/templates/cpp_template b/kommander/editor/templates/cpp_template new file mode 100644 index 00000000..6afef5d4 --- /dev/null +++ b/kommander/editor/templates/cpp_template @@ -0,0 +1,16 @@ +/*************************************************************************** + |FILENAME| - description + ------------------- + begin : |DATE| + copyright : (C) |YEAR| by |AUTHOR| + email : |EMAIL| + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ diff --git a/kommander/editor/templates/header_template b/kommander/editor/templates/header_template new file mode 100644 index 00000000..6afef5d4 --- /dev/null +++ b/kommander/editor/templates/header_template @@ -0,0 +1,16 @@ +/*************************************************************************** + |FILENAME| - description + ------------------- + begin : |DATE| + copyright : (C) |YEAR| by |AUTHOR| + email : |EMAIL| + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ -- cgit v1.2.3