CCConfigWidgetBase CCConfigWidgetBase 0 0 839 622 C++ Options unnamed cpp_options codeCompletionPage &Code Completion unnamed layout11 unnamed groupBox4 Code Completion Options unnamed checkAutomaticCodeCompletion 1 0 1 0 A&utomatic code completion: true Offer options to complete what you are typing. layout13 unnamed spacer14 Horizontal Fixed 30 20 inputCodeCompletion 1 0 0 0 How long after a key press to offer suggestions textLabel1 1 5 0 0 msec checkListGlobalItems List &global items when performing automatic completion When this is checked, members of all higher namespaces will be included in the completion-list while performing automatic completion. This may bloat the completion-list and create a significant delay. When this is checked, members of all higher namespaces will be included in the completion-list while performing automatic completion. This may bloat the completion-list and create a significant delay. checkCompleteReturnType &Do complete member-type-evaluation Completely evaluate member-types of template-classes (this includes types of member-variables and return-types of member-functions) in the completion-box. Completely evaluate member-types of template-classes (this includes types of member-variables and return-types of member-functions) in the completion-box. checkCompleteArgumentType Do complete argument-type-e&valuation Completely evaluate the function-argument-types of template-class member-functions in the completion-box. Completely evaluate the function-argument-types of template-class member-functions in the completion-box. groupBox8_2 Argument Hint Options unnamed checkAutomaticArgumentsHint Auto&matic arguments hint: true layout14 unnamed spacer15 Horizontal Fixed 30 20 inputArgumentsHint 1 0 0 0 textLabel1_2 1 5 0 0 msec checkShowCommentInArgumentHint Show comment with argument hint layout12 unnamed buttonGroup6 Incremental Parsing unnamed radioButton13 Do not process included headers true checkParseMissingHeaders Preprocess and parse included headers into a database(experimental) Parse preprocessed headers that are not part of this project into a special completion-database. To reparse the headers delete the database and reopen the project. checkPreprocessIncludedHeaders Preprocess included headers (collect macros and visibility-information) Try to locate all included files and preprocess them. This makes macros and imported namespaces work correctly, and allows TDevelop to know what code-items are visible from within which file. Note: Parsing may become very slow when this is enabled (It will become faster after some time). groupBox5 Code Completion Databases <b>Code Completion Databases</b> are used to store the parsed headers for external libraries, to allow code completion for non-project classes and methods. unnamed Column 1 true true advancedOptions true LastColumn layout6 unnamed spacer12 Vertical Expanding 20 31 newPCSButton &Add... Click to start the Code Completion database creation wizard. removePCSButton &Delete spacer13 Vertical Expanding 20 31 groupBox9_2 Misc unnamed checkResolveIncludePaths 4 0 0 0 Advanced include-path resolution using make(e&xperimental) Try to resolve the include-path by getting the command that would be used for compiling the file and parsing the gcc-options. The build-system needs to be working, test for problems by running "make -n -W myfile.cpp myfile.o" in the directory. This also works with cmake, and maybe some other build-systems that build on make. The project needs to be compiled or at least configured before this system may work. checkShowTypeEvaluationInStatusBar Show t&ype evaluation in status bar editIncludePaths src; A semicolon-separated list of include-paths to be used while searching for headers. Paths not starting with '/' will be interpreted as relative to the project-folder. editNamespaceAlias std=_GLIBCXX_STD This line may contain a semicolon-separated list of namespace-aliases and namespace-imports. example: "std<<_GLIBCXX_STD;NewNamespaceName=OldNamespaceName; << SomeGloballyImportedNamespace" (without paratheses). "<<" means that the right namespace is imported into the left, while "=" means that both namespaces are treated as if they were one("a=b" is equivalent to "a<<b;b<<a") textLabel1_6 Custom include paths: textLabel1_3 Namespace alias list: spacer15_2 Vertical Expanding 20 16 navigationTab &Navigation unnamed groupBox12 Header/Source split (Highly Experimental) unnamed m_splitEnable Enable split of Header/So&urce files Check to have header and source appear in the same page. Check to have header and source appear in the same page. layout6 unnamed m_splitSync false Automatic S&ynchronize Check to have the source file scroll as you navigate the header and vice versa Check to have the source file scroll as you navigate the header and vice versa m_splitOrientationBox false Qt::Orientation true Select which Qt version your project is using. unnamed m_splitVertical &Vertical true Select this if your project is using Qt version 3.x. m_splitHorizontal Hori&zontal Select this if your project is using Qt version 4.x. spacer12_2_2 Vertical Expanding 20 400 groupBox21 Context Menu unnamed m_switchShouldMatch Switch Header/Implementation &matches current function true Check to have the <b>Switch Header/Implementation</b> feature attempt to match the function under the cursor with the matching declaration/definition. Check to have the <b>Switch Header/Implementation</b> feature attempt to match the function under the cursor with the matching declaration/definition. m_showContextMenuExplosion Show Go To &Declaration/Definition submenus Check to show two additional submenus in the editor context menu containing all the declarations and definitions for the current file and its matching header/implementation file. Check to show two additional submenus in the editor context menu containing all the declarations and definitions for the current file and its matching header/implementation file. checkBox18 Show type evaluation &based navigation menus Menus appear on the right mouse click context menu, hows menu items to navigate. Needs the "Class View" plugin enabled to have use all options. Menus appear on the right mouse click context menu, hows menu items to navigate. Needs the "Class View" plugin enabled to have use all options. classWizardPage Class Wi&zard unnamed options 5 5 0 0 Filename options These are the suffixes used by the Class Wizard when creating new classes.<br>Should be in the format: ".suffix" unnamed interface_suffix implementation_suffix TextLabel3 &Interface suffix: interface_suffix TextLabel4 I&mplementation suffix: implementation_suffix spacer12_2 Vertical Expanding 20 337 qtPage &Qt Options unnamed m_qtUsed Enable Qt opt&ions m_qtVersionDirectoryBox false Qt Version, Directory and QMake Binary true Select which Qt version your project is using and where that Qt version is installed to. This option only applies to QMake projects. unnamed layout9 unnamed m_versionQt3 Qt 3 true Use Qt version 3 (When this is changed the project needs to be closed and re-opened.) Select this if your project is using Qt version 3.x.<br>When this is changed the project needs to be closed and re-opened. m_versionQt4 Qt 4 Use Qt version 4 (When this is changed the project needs to be closed and re-opened.) Select this if your project is using Qt version 4.x.<br>When this is changed the project needs to be closed and re-opened. textLabel1_5 (After changing the project needs to be re-opened) AlignVCenter spacer13_2 Horizontal Expanding 470 20 layout9 unnamed m_txtQtDir Qt3 Directory: This setting is only needed for Qt3 programs, for Qt4 just make sure the QMake Binary is set properly m_qtDir The Qt directory, will be red if it is not a valid Qt directory. This setting is only needed for Qt3 programs. Choose the directory that Qt was installed to. If this is shown in red the directory is not a valid Qt directory. layout8 unnamed m_txtQMake QMake Binary: m_qmakePath The full path to the QMake executable to be used m_qtStyleBox false Qt include syntax true Select which include style your project is using. unnamed m_qtStyleVersion3 Qt &3 style (#include <qwidget.h>) Alt+3 true Select this if your project is using include style as known from Qt version 3.x. m_qtStyleVersion4 Qt &4 style (#include <QWidget>) Alt+4 Select this if your project is using include style as known from Qt version 4.x. m_designerBox false UI Designer Integration false true unnamed m_kdevembedded &Use TDevelop's embedded designer Start TDevelop's own designer embedded within TDevelop TDevelop comes with its own UI designer that can either be embedded or be run as a separate program. Check this button if you wish to integrate the UI designer into TDevelop. m_kdevexternal Run &TDevelop's designer as a separate application Start TDevelop's own designer externally TDevelop comes with its own UI designer that can either be embedded or be run as a separate program. Check this button if you wish to run TDevelop's UI designer as a separate program. m_qtdesigner Run Qt &Designer Use Qt Designer externally Check this button if you wish to use Qt Designer rather than TDevelop's integrated designer. layout9 unnamed m_txtDesigner Designer Binary: m_designerPath m_designerPath The full path to the Designer executable to be used layout10 unnamed textLabel1_4 Extra Plugin Paths for Qt4 Designer: m_designerPrefix pluginPaths Change Plugin Paths spacer14_2 Vertical Expanding 20 70 accessorPage &Accessors unnamed groupBox8 E&xample for Member Variable of Type String unnamed layout5_2 unnamed m_lblVariableName Variable name: m_edtVariableName m_x spacer4_3 Horizontal Expanding 61 20 m_edtExampleGet int x() const; true m_edtExampleSet void setX(const string& theValue); true textLabel7 Get method: textLabel8 Set method: groupBox9 Settings Will show as "Create Accessor Methods" in the right mouse button context menu only when you right click on a variable in a header file. Will show as "Create Accessor Methods" in the right mouse button context menu only when you right click on a variable in a header file. unnamed m_edtGet Will show as "Create Accessor Methods" in the right mouse button context menu only when you right click on a variable in a header file. Will show as "Create Accessor Methods" in the right mouse button context menu only when you right click on a variable in a header file. m_lblGet Prefix for <b>get</b> methods: m_edtSet set Will show as "Create Accessor Methods" in the right mouse button context menu only when you right click on a variable in a header file. Will show as "Create Accessor Methods" in the right mouse button context menu only when you right click on a variable in a header file. m_lblSet Prefix for <b>set</b> methods: m_edtRemovePrefix m_ m_lblRemovePrefix Member <b>variable</b> prefix to remove: m_edtParameterName theValue spacer5_2 Horizontal Expanding 87 20 m_lblParameterName <b>Parametername</b> in set method: spacer5 Horizontal Expanding 87 20 spacer8 Horizontal Expanding 92 20 spacer7 Horizontal Expanding 92 20 spacer36 Vertical Expanding 20 91 newPCSButton clicked() CCConfigWidgetBase slotNewPCS() m_edtVariableName textChanged(const TQString&) CCConfigWidgetBase slotGetterSetterValuesChanged() m_edtRemovePrefix textChanged(const TQString&) CCConfigWidgetBase slotGetterSetterValuesChanged() m_edtGet textChanged(const TQString&) CCConfigWidgetBase slotGetterSetterValuesChanged() m_edtSet textChanged(const TQString&) CCConfigWidgetBase slotGetterSetterValuesChanged() m_edtParameterName textChanged(const TQString&) CCConfigWidgetBase slotGetterSetterValuesChanged() checkAutomaticCodeCompletion toggled(bool) inputCodeCompletion setEnabled(bool) checkAutomaticArgumentsHint toggled(bool) inputArgumentsHint setEnabled(bool) removePCSButton clicked() CCConfigWidgetBase slotRemovePCS() m_splitEnable toggled(bool) CCConfigWidgetBase slotEnableSplit(bool) m_splitEnable toggled(bool) m_splitSync setEnabled(bool) m_qtUsed toggled(bool) m_qtStyleBox setEnabled(bool) m_qtUsed toggled(bool) m_qtVersionDirectoryBox setEnabled(bool) m_qtUsed toggled(bool) m_designerBox setEnabled(bool) m_splitEnable toggled(bool) m_splitOrientationBox setEnabled(bool) m_versionQt3 toggled(bool) CCConfigWidgetBase toggleQtVersion(bool) m_versionQt4 toggled(bool) CCConfigWidgetBase toggleQtVersion(bool) m_qtdesigner toggled(bool) m_txtDesigner setEnabled(bool) m_qtdesigner toggled(bool) m_designerPath setEnabled(bool) m_kdevexternal toggled(bool) m_txtDesigner setDisabled(bool) m_kdevembedded toggled(bool) m_txtDesigner setDisabled(bool) m_kdevexternal toggled(bool) m_designerPath setDisabled(bool) m_kdevembedded toggled(bool) m_designerPath setDisabled(bool) m_versionQt4 toggled(bool) m_qtDir setDisabled(bool) m_versionQt4 toggled(bool) m_txtQtDir setDisabled(bool) m_versionQt3 toggled(bool) m_txtQtDir setEnabled(bool) m_versionQt3 toggled(bool) m_qtDir setEnabled(bool) m_qtDir textChanged(const TQString&) CCConfigWidgetBase isValidQtDir(const TQString&) m_qmakePath textChanged(const TQString&) CCConfigWidgetBase isQMakeExecutable(const TQString&) m_qmakePath urlSelected(const TQString&) CCConfigWidgetBase isQMakeExecutable(const TQString&) m_qtDir urlSelected(const TQString&) CCConfigWidgetBase isValidQtDir(const TQString&) m_designerPath textChanged(const TQString&) CCConfigWidgetBase isDesignerExecutable(const TQString&) m_designerPath urlSelected(const TQString&) CCConfigWidgetBase isDesignerExecutable(const TQString&) m_versionQt4 toggled(bool) textLabel1_4 setEnabled(bool) pluginPaths clicked() CCConfigWidgetBase openPluginPaths() m_versionQt4 toggled(bool) pluginPaths setEnabled(bool) cpp_options checkAutomaticCodeCompletion inputCodeCompletion checkAutomaticArgumentsHint inputArgumentsHint newPCSButton advancedOptions kurlrequester.h kdialog.h implementationFile() interfaceFile() slotAddPPPath() slotEnableCC() slotEnableCH() slotEnableChooseFiles( bool ) slotEnablePCS() slotEnablePP() slotRemovePPPath() slotSelectTemplateGroup( const TQString & ) slotSetCHWindow() slotNewPCS() slotGetterSetterValuesChanged() slotRemovePCS() slotEnableSplit( bool ) toggleQtVersion(bool) isDesignerExecutable(const TQString&) isQMakeExecutable(const TQString&) isValidQtDir(const TQString&) openPluginPaths() knuminput.h knuminput.h knuminput.h knuminput.h kurlrequester.h kpushbutton.h kurlrequester.h kpushbutton.h kurlrequester.h kpushbutton.h kpushbutton.h