src/eric7/APIs/Python3/eric7.bas

branch
eric7
changeset 9740
90072e10ae9b
parent 9730
00cf7289d899
child 9755
1a09700229e7
--- a/src/eric7/APIs/Python3/eric7.bas	Mon Feb 06 10:02:35 2023 +0100
+++ b/src/eric7/APIs/Python3/eric7.bas	Mon Feb 06 10:09:18 2023 +0100
@@ -80,6 +80,7 @@
 ChatWidget QWidget Ui_ChatWidget
 ChromeImporter BookmarksImporter
 CircuitPythonDevice MicroPythonDevice
+CircuitPythonUpdaterInterface QObject
 Class ClbrBaseClasses.Class VisibilityMixin
 ClassDecoratorType enum.Enum
 ClassItem UMLItem
@@ -856,6 +857,7 @@
 ReloadStopButton EricToolButton
 RemoveBookmarksCommand QUndoCommand
 ReqPackage Package
+RequirementsDialog QDialog Ui_RequirementsDialog
 RestructuredTextProvider MarkupBase
 ReturnVisitor ast.NodeVisitor
 ReversedPackageDAG PackageDAG
@@ -892,6 +894,10 @@
 ShortcutsDialog QDialog Ui_ShortcutsDialog
 ShortcutsFile QObject
 ShortcutsReader XMLStreamReaderBase
+ShowBundlesDialog QDialog Ui_ShowBundlesDialog
+ShowInstalledDialog QDialog Ui_ShowInstalledDialog
+ShowModulesDialog QDialog Ui_ShowModulesDialog
+ShowOutdatedDialog QDialog Ui_ShowOutdatedDialog
 SimplePatternExtension Extension
 SimplifyNodeVisitor ast.NodeVisitor
 SingleApplicationServer QLocalServer

eric ide

mercurial