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 --- quanta/project/projectoptions.ui | 540 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 540 insertions(+) create mode 100644 quanta/project/projectoptions.ui (limited to 'quanta/project/projectoptions.ui') diff --git a/quanta/project/projectoptions.ui b/quanta/project/projectoptions.ui new file mode 100644 index 00000000..163f1d4c --- /dev/null +++ b/quanta/project/projectoptions.ui @@ -0,0 +1,540 @@ + +ProjectOptions +/*************************************************************************** + * * + * 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. * + * * + ***************************************************************************/ + + + + ProjectOptions + + + + 0 + 0 + 644 + 438 + + + + + 1 + 3 + 0 + 0 + + + + Project Options + + + + unnamed + + + + buttonToolbar + + + + 0 + 0 + + + + + 32 + 32767 + + + + ... + + + + + buttonTmpl + + + + 0 + 0 + + + + + 32 + 32767 + + + + ... + + + + + lineEmail + + + + 7 + 0 + 0 + 0 + + + + + 200 + 0 + + + + + + + + + lineAuthor + + + + 5 + 0 + 0 + 0 + + + + + + lineExclude + + + + 1 + 0 + 0 + 0 + + + + + + linePrjToolbar + + + + 1 + 0 + 0 + 0 + + + + + + linePrjTmpl + + + + 1 + 0 + 0 + 0 + + + + + + linePrjName + + + + 1 + 0 + 0 + 0 + + + + + 300 + 0 + + + + + + + + + TextLabel1 + + + + 4 + 5 + 0 + 0 + + + + Project &name: + + + linePrjName + + + + + TextLabel1_2 + + + &Templates folder: + + + linePrjTmpl + + + + + TextLabel1_2_2 + + + NoFrame + + + Plain + + + T&oolbars folder: + + + linePrjToolbar + + + + + TextLabel4 + + + + 4 + 5 + 0 + 0 + + + + &Author: + + + lineAuthor + + + + + TextLabel5 + + + + 4 + 5 + 0 + 0 + + + + E&mail: + + + lineEmail + + + + + GroupBox5 + + + + 1 + 5 + 0 + 0 + + + + Project Defaults + + + + unnamed + + + + TextLabel1_2_3 + + + Default &DTD: + + + dtdCombo + + + + + TextLabel1_3_2 + + + Default &view: + + + viewCombo + + + + + TextLabel3_2_2_2 + + + + 32767 + 32767 + + + + Default &encoding: + + + encodingCombo + + + + + encodingCombo + + + + + viewCombo + + + + + dtdCombo + + + New files will have the extension and highlighting according to this setting + + + + + + + textLabel1 + + + E&xclude from project: + + + lineExclude + + + + + checkCvsignore + + + Exclude &files listed in .cvsignore + + + The files listed in <i>.cvsignore</i> files will not appear in the project tree, nor will be shown when you rescan the project folder or upload the project. Files matching the <i>.cvsignore</i> entries that were already present in the project will be removed from it, but they will not be removed from the disc.<br> +<b>NOTE:</b> This feature works only for local projects. + + + + + GroupBox5_debug + + + + 1 + 5 + 0 + 0 + + + + Debugger + + + + unnamed + + + + TextLabel2_2_2 + + + Debu&gger: + + + comboDebuggerClient + + + + + comboDebuggerClient + + + + 1 + 0 + 4 + 0 + + + + true + + + + + buttonDebuggerOptions + + + + 4 + 0 + 0 + 0 + + + + Optio&ns + + + + + checkDebuggerPersistentBreakpoints + + + Remember &breakpoints across sessions + + + + + checkDebuggerPersistentWatches + + + Remember watches across sessions + + + + + + + + + + checkPersistentBookmarks + + + Use persistent boo&kmarks + + + + + checkPrefix + + + + 1 + 0 + 0 + 0 + + + + &Use preview prefix: + + + + + linePrefix + + + false + + + + 7 + 0 + 0 + 0 + + + + + + + + buttonTmpl + clicked() + ProjectOptions + buttonTemplate_clicked() + + + buttonToolbar + clicked() + ProjectOptions + buttonToolbar_clicked() + + + checkPrefix + toggled(bool) + linePrefix + setEnabled(bool) + + + comboDebuggerClient + activated(int) + ProjectOptions + comboDebuggerClient_activated(int) + + + + linePrjName + linePrjTmpl + buttonTmpl + linePrjToolbar + buttonToolbar + lineAuthor + lineEmail + lineExclude + checkCvsignore + encodingCombo + viewCombo + dtdCombo + checkPrefix + linePrefix + checkPersistentBookmarks + comboDebuggerClient + buttonDebuggerOptions + + + projectoptions.ui.h + + + buttonTemplate_clicked() + buttonToolbar_clicked() + comboDebuggerClient_activated( int idx ) + + + -- cgit v1.2.3