Home ⌂Doc Index ◂Up ▴

eric6.Preferences.ConfigurationPages.MicroPythonPage

Module implementing the MicroPython configuration page.

Global Attributes

None

Classes

MicroPythonPage Class implementing the MicroPython configuration page.

Functions

create Module function to create the configuration page.


MicroPythonPage

Class implementing the MicroPython configuration page.

Derived from

ConfigurationPageBase, Ui_MicroPythonPage

Class Attributes

None

Class Methods

None

Methods

MicroPythonPage Constructor
save Public slot to save the MicroPython configuration.

Static Methods

None

MicroPythonPage (Constructor)

MicroPythonPage(parent=None)

Constructor

parent (QWidget)
reference to the parent widget

MicroPythonPage.save

save()

Public slot to save the MicroPython configuration.

Up


create

create(dlg)

Module function to create the configuration page.

dlg
reference to the configuration dialog
Returns:
reference to the instantiated page (ConfigurationPageBase)
Up



Home ⌂Doc Index ◂Up ▴