eric6.Preferences.ConfigurationPages.MicroPythonPage
Module implementing the MicroPython configuration page.
Global Attributes
Classes
Functions
| create | Module function to create the configuration page. | 
MicroPythonPage
    Class implementing the MicroPython configuration page.
Derived from
ConfigurationPageBase, Ui_MicroPythonPage
Class Attributes
Class Methods
Methods
Static Methods
MicroPythonPage (Constructor)
MicroPythonPage(parent=None)
        Constructor
- parent (QWidget)
- 
reference to the parent widget
MicroPythonPage.save
save()
        Public slot to save the MicroPython configuration.
create
create(dlg)
    Module function to create the configuration page.
- dlg
- 
reference to the configuration dialog
- Returns:
- 
reference to the instantiated page (ConfigurationPageBase)