eric6.Preferences.ConfigurationPages.PythonPage
Module implementing the Python configuration page.
Global Attributes
Classes
PythonPage |
Class implementing the Python configuration page. |
Functions
create |
Module function to create the configuration page. |
PythonPage
Class implementing the Python configuration page.
Derived from
ConfigurationPageBase, Ui_PythonPage
Class Attributes
Class Methods
Methods
Static Methods
PythonPage (Constructor)
PythonPage()
Constructor
PythonPage.on_refreshButton_clicked
on_refreshButton_clicked()
Private slot handling a click of the refresh button.
PythonPage.save
save()
Public slot to save the Python configuration.
create
create(dlg)
Module function to create the configuration page.
- dlg
-
reference to the configuration dialog
- Returns:
-
reference to the instantiated page (ConfigurationPageBase)