Package implementing the project management module of eric4.
The project management module consists of the main part, which is used for reading and writing of eric4 project files (*.e4p *.e4pz) and for performing all operations on the project. It is accompanied by various UI related modules implementing different dialogs and a tabbed tree browser for the display of files belonging to the current project as well as the project model related modules.
AddDirectoryDialog | Module implementing a dialog to add files of a directory to the project. |
AddFileDialog | Module implementing a dialog to add a file to the project. |
AddFoundFilesDialog | Module implementing a dialog to show the found files to the user. |
AddLanguageDialog | Module implementing a dialog to add a new language to the project. |
CreateDialogCodeDialog | Module implementing a dialog to generate code for a Qt4 dialog. |
DebuggerPropertiesDialog | Module implementing a dialog for entering project specific debugger settings. |
FiletypeAssociationDialog | Module implementing a dialog to enter filetype associations for the project. |
LexerAssociationDialog | Module implementing a dialog to enter lexer associations for the project. |
NewDialogClassDialog | Module implementing a dialog to ente the data for a new dialog class file. |
NewPythonPackageDialog | Module implementing a dialog to add a new Python package. |
Project | Module implementing the project management functionality. |
ProjectBaseBrowser | Module implementing the baseclass for the various project browsers. |
ProjectBrowser | Module implementing the project browser part of the eric4 UI. |
ProjectBrowserFlags | Module defining the project browser flags. |
ProjectBrowserModel | Module implementing the browser model. |
ProjectBrowserSortFilterProxyModel | Module implementing the browser sort filter proxy model. |
ProjectFormsBrowser | Module implementing a class used to display the forms part of the project. |
ProjectInterfacesBrowser | Module implementing the a class used to display the interfaces (IDL) part of the project. |
ProjectOthersBrowser | Module implementing a class used to display the parts of the project, that don't fit the other categories. |
ProjectResourcesBrowser | Module implementing a class used to display the resources part of the project. |
ProjectSourcesBrowser | Module implementing a class used to display the Sources part of the project. |
ProjectTranslationsBrowser | Module implementing a class used to display the translations part of the project. |
PropertiesDialog | Module implementing the project properties dialog. |
SpellingPropertiesDialog | Module implementing the Spelling Properties dialog. |
TranslationPropertiesDialog | Module implementing the Translations Properties dialog. |
UserPropertiesDialog | Module implementing the user specific project properties dialog. |