NewProjectLayout NewProjectLayout 0 0 539 383 Create Project unnamed tabWidget2 tab Detai&ls unnamed layout18 unnamed textLabel2 Path m_pNameEdit Enter a name for this project. The name must conform to the file system's naming conventions for directories (e.g., no spaces, exclamaion marks, etc.). textLabel1 Name m_pPathRequester The path to hold this project. KScope will create a directory with the given name under this project, and populate it with the project configuration and database files. This does not need to be the path in which the source files reside. m_pHiddenDirCheck &Use a hidden folder under the source root directory layout19 unnamed textLabel1_2 Source Root (Optional) m_pSrcRootRequester textLabel1_3 <blockquote>A project consists of several files located in a directory with the given name and path. The project's name needs to be a valid directory name and must not contain any whitespace.</blockquote> <br> <blockquote>The Source Root is a convinient way to specify a common path for all source files, but is not required.</blockquote> WordBreak|AlignVCenter spacer29 Vertical Expanding 31 50 tab File T&ypes unnamed groupBox1 This Project unnamed m_pTypesList KScope uses these filters to locate source files to include in this project. layout5 unnamed spacer7 Vertical Expanding 21 61 m_pAddButton << &Add Adds the selected file type to the current project. m_pRemoveButton >> &Remove Remove the selected file type from the project. spacer2 Vertical Expanding 21 50 groupBox2 Available Types unnamed m_pTypesEdit You can enter custom file types here. *.c *.h *.l *.y *.S *.cc *.cpp *.cxx *.C *.hh *.hpp *.hxx *.H m_pAvailTypesList A list of standard file types. spacer8_2 Horizontal Expanding 61 21 TabPage &Options unnamed m_pKernelCheck Kernel project (-k) For kernel projects, symbols are not looked up in the standard include path. m_pInvCheck Build inverted inde&x (-q) An inverted index may greatly speed up searches in a large project. The project's building process is longer, though. m_pNoCompCheck Do not compress the database (-c) m_pSlowPathCheck Slower, but more accurate, function definition detection (-D) layout31 unnamed m_pAutoRebuildCheck Refresh data&base automatically Rebuild the database after changed files are saved to disk. spacer32 Horizontal Expanding 125 21 m_pAutoRebuildLabel false (Seconds) m_pAutoRebuildSpin false Wait this number of seconds after the last save before rebuilding the database. layout30 unnamed m_pACCheck &Use symbol auto-completion As-you-type symbol completion. spacer33 Horizontal Expanding 61 20 m_pACButton false Options... layout6 unnamed m_pTabWidthCheck Override default tab width (Kate only) Overrides the editor's configured tab width spacer9 Horizontal Expanding 211 31 m_pTabWidthSpin false spacer31 Vertical Expanding 21 40 TabPage &Advanced unnamed textLabel1_4 Ctags command line (Do not change unless you know what you are doing!) m_pCtagsCmdEdit PlainText AutoAll layout19 unnamed spacer8 Horizontal Expanding 141 21 m_pCreateButton &Create true m_pCancelButton Ca&ncel m_pAddButton clicked() NewProjectLayout slotAddType() m_pRemoveButton clicked() NewProjectLayout slotRemoveType() m_pAutoRebuildCheck toggled(bool) m_pAutoRebuildSpin setEnabled(bool) m_pACCheck toggled(bool) m_pACButton setEnabled(bool) m_pAvailTypesList highlighted(const TQString&) NewProjectLayout slotAvailTypesChanged(const TQString&) m_pTabWidthCheck toggled(bool) m_pTabWidthSpin setEnabled(bool) m_pAutoRebuildCheck toggled(bool) m_pAutoRebuildLabel setEnabled(bool) m_pHiddenDirCheck toggled(bool) m_pPathRequester setDisabled(bool) m_pNameEdit m_pPathRequester m_pHiddenDirCheck m_pSrcRootRequester m_pAddButton m_pRemoveButton m_pKernelCheck m_pInvCheck m_pNoCompCheck m_pSlowPathCheck m_pAutoRebuildCheck m_pAutoRebuildSpin m_pACCheck m_pACButton m_pTabWidthCheck m_pTabWidthSpin m_pCreateButton m_pCancelButton tabWidget2 m_pTypesList m_pTypesEdit m_pAvailTypesList m_pCtagsCmdEdit slotAddType() slotRemoveType() slotAutoRebuildChanged(bool) slotAutoCompletionChanged(bool) slotAvailTypesChanged(const TQString&) kpushbutton.h kcombobox.h klineedit.h kurlrequester.h