src/eric7/Documentation/Source/index-eric7.Project.html

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 11227
023943c77c42
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!DOCTYPE html>
<html><head>
<title>eric7.Project</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>eric7.Project</h1>
<p>
Package implementing the project management module of eric.
</p>
<p>
The project management module consists of the main part, which is
used for reading and writing of eric7 project files (*.epj) 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.
</p>



<h3>Modules</h3>
<table>

<tr>
<td><a href="eric7.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td>
<td>Module implementing a dialog to add files of a directory to the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.AddFileDialog.html">AddFileDialog</a></td>
<td>Module implementing a dialog to add a file to the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td>
<td>Module implementing a dialog to show the found files to the user.</td>
</tr>
<tr>
<td><a href="eric7.Project.AddLanguageDialog.html">AddLanguageDialog</a></td>
<td>Module implementing a dialog to add a new language to the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td>
<td>Module implementing a dialog to generate code for a Qt dialog.</td>
</tr>
<tr>
<td><a href="eric7.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td>
<td>Module implementing a dialog for entering project specific debugger settings.</td>
</tr>
<tr>
<td><a href="eric7.Project.DebuggerPropertiesFile.html">DebuggerPropertiesFile</a></td>
<td>Module implementing a class representing the project debugger properties JSON file.</td>
</tr>
<tr>
<td><a href="eric7.Project.FileCategoryRepositoryItem.html">FileCategoryRepositoryItem</a></td>
<td>Module implementing a data structure holding the data associated with a file type category.</td>
</tr>
<tr>
<td><a href="eric7.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td>
<td>Module implementing a dialog to enter filetype associations for the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td>
<td>Module implementing a dialog to enter lexer associations for the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.MakePropertiesDialog.html">MakePropertiesDialog</a></td>
<td>Module implementing a dialog to enter the properties for 'make'.</td>
</tr>
<tr>
<td><a href="eric7.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td>
<td>Module implementing a dialog to enter the data for a new dialog class file.</td>
</tr>
<tr>
<td><a href="eric7.Project.NewDirectoryDialog.html">NewDirectoryDialog</a></td>
<td>Module implementing a dialog to enter the data for a new project sub-directory.</td>
</tr>
<tr>
<td><a href="eric7.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td>
<td>Module implementing a dialog to add a new Python package.</td>
</tr>
<tr>
<td><a href="eric7.Project.Project.html">Project</a></td>
<td>Module implementing the project management functionality.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td>
<td>Module implementing the baseclass for the various project browsers.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectBrowser.html">ProjectBrowser</a></td>
<td>Module implementing the project browser part of the eric UI.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td>
<td>Module implementing the browser model.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectBrowserRepositoryItem.html">ProjectBrowserRepositoryItem</a></td>
<td>Module implementing a data structure holding the data associated with a project browser type.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td>
<td>Module implementing the browser sort filter proxy model.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectFile.html">ProjectFile</a></td>
<td>Module implementing a class representing the project JSON file.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td>
<td>Module implementing a class used to display the forms part of the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td>
<td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td>
<td>Module implementing a class used to display the resources part of the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td>
<td>Module implementing a class used to display the Sources part of the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td>
<td>Module implementing a class used to display the translations part of the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectVenvConfigurationDialog.html">ProjectVenvConfigurationDialog</a></td>
<td>Module implementing a dialog to enter the configuration for the embedded environment of the project.</td>
</tr>
<tr>
<td><a href="eric7.Project.ProjectVenvCreationParametersDialog.html">ProjectVenvCreationParametersDialog</a></td>
<td>Module implementing a dialog to enter the parameters for the creation of the embedded virtual environment.</td>
</tr>
<tr>
<td><a href="eric7.Project.PropertiesDialog.html">PropertiesDialog</a></td>
<td>Module implementing the project properties dialog.</td>
</tr>
<tr>
<td><a href="eric7.Project.QuickFindFileDialog.html">QuickFindFileDialog</a></td>
<td>Module implementing a quick search for files.</td>
</tr>
<tr>
<td><a href="eric7.Project.RccCompilerOptionsDialog.html">RccCompilerOptionsDialog</a></td>
<td>Module implementing a dialog to enter some non-common rcc compiler options.</td>
</tr>
<tr>
<td><a href="eric7.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td>
<td>Module implementing the Spelling Properties dialog.</td>
</tr>
<tr>
<td><a href="eric7.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td>
<td>Module implementing the Translations Properties dialog.</td>
</tr>
<tr>
<td><a href="eric7.Project.UicCompilerOptionsDialog.html">UicCompilerOptionsDialog</a></td>
<td>Module implementing a dialog to enter some non-common uic compiler options.</td>
</tr>
<tr>
<td><a href="eric7.Project.UicLoadUi6.html">UicLoadUi6</a></td>
<td>Module to get the object name, class name or signatures of a Qt form (*.ui).</td>
</tr>
<tr>
<td><a href="eric7.Project.UserProjectFile.html">UserProjectFile</a></td>
<td>Module implementing a class representing the user project JSON file.</td>
</tr>
<tr>
<td><a href="eric7.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td>
<td>Module implementing the user specific project properties dialog.</td>
</tr>
</table>
</body></html>

eric ide

mercurial