Package implementing the project management module of eric6.
The project management module consists of the main part, which is used for reading and writing of eric4, eric5 and eric6 project files (*.e4p) 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 Qt5 dialog. |
DebuggerPropertiesDialog | Module implementing a dialog for entering project specific debugger settings. |
FiletypeAssociationDialog | Module implementing a dialog to enter filetype associations for the project. |
IdlCompilerDefineNameDialog | Module implementing a dialog to enter the name-value pair to define a variable for the IDL compiler. |
IdlCompilerOptionsDialog | Module implementing a dialog to enter some IDL compiler options. |
LexerAssociationDialog | Module implementing a dialog to enter lexer associations for the project. |
MakePropertiesDialog | Module implementing a dialog to enter the properties for 'make'. |
NewDialogClassDialog | Module implementing a dialog to enter 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 eric6 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. |
ProjectProtocolsBrowser | Module implementing the a class used to display the protocols (protobuf) part of the project. |
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. |
QuickFindFileDialog | Module implementing a quick search for files. |
RccCompilerOptionsDialog | Module implementing a dialog to enter some non-common rcc compiler options. |
SpellingPropertiesDialog | Module implementing the Spelling Properties dialog. |
TranslationPropertiesDialog | Module implementing the Translations Properties dialog. |
UicCompilerOptionsDialog | Module implementing a dialog to enter some non-common uic compiler options. |
UicLoadUi | Module to get the object name, class name or signatures of a Qt form (*.ui). |
UserPropertiesDialog | Module implementing the user specific project properties dialog. |