Home ⌂Doc Index ◂Up ▴

eric6.Preferences.ConfigurationPages.InterfacePage

Module implementing the Interface configuration page.

Global Attributes

None

Classes

InterfacePage Class implementing the Interface configuration page.

Functions

create Module function to create the configuration page.


InterfacePage

Class implementing the Interface configuration page.

Derived from

ConfigurationPageBase, Ui_InterfacePage

Class Attributes

None

Class Methods

None

Methods

InterfacePage Constructor
__populateLanguageCombo Private method to initialize the language combo box.
__populateShellPositionCombo Private method to initialize the shell position combo box.
__populateStyleCombo Private method to populate the style combo box.
on_resetLayoutButton_clicked Private method to reset layout to factory defaults.
save Public slot to save the Interface configuration.

Static Methods

None

InterfacePage (Constructor)

InterfacePage()

Constructor

InterfacePage.__populateLanguageCombo

__populateLanguageCombo()

Private method to initialize the language combo box.

InterfacePage.__populateShellPositionCombo

__populateShellPositionCombo()

Private method to initialize the shell position combo box.

InterfacePage.__populateStyleCombo

__populateStyleCombo()

Private method to populate the style combo box.

InterfacePage.on_resetLayoutButton_clicked

on_resetLayoutButton_clicked()

Private method to reset layout to factory defaults.

InterfacePage.save

save()

Public slot to save the Interface 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 ▴