eric7.Preferences.ConfigurationPages.InterfaceLightPage

Module implementing the Interface configuration page (variant for web browser).

Global Attributes

None

Classes

InterfaceLightPage Class implementing the Interface configuration page (variant for generic use).

Functions

create Module function to create the configuration page.


InterfaceLightPage

Class implementing the Interface configuration page (variant for generic use).

Derived from

ConfigurationPageBase, Ui_InterfaceLightPage

Class Attributes

None

Class Methods

None

Methods

InterfaceLightPage Constructor
__populateLanguageCombo Private method to initialize the language combo box.
__populateStyleCombo Private method to populate the style combo box.
__setIconBarSamples Private slot to set the colors of the icon bar color samples.
on_iconBarButton_clicked Private slot to select the icon bar color.
save Public slot to save the Interface configuration.

Static Methods

None

InterfaceLightPage (Constructor)

InterfaceLightPage(withSidebars=False)

Constructor

withSidebars (bool (optional))
flag indicating to show the sidebars configuration group (defaults to False)

InterfaceLightPage.__populateLanguageCombo

__populateLanguageCombo()

Private method to initialize the language combo box.

InterfaceLightPage.__populateStyleCombo

__populateStyleCombo()

Private method to populate the style combo box.

InterfaceLightPage.__setIconBarSamples

__setIconBarSamples()

Private slot to set the colors of the icon bar color samples.

InterfaceLightPage.on_iconBarButton_clicked

on_iconBarButton_clicked()

Private slot to select the icon bar color.

InterfaceLightPage.save

save()

Public slot to save the Interface configuration.

Up


create

create(_dlg, withSidebars=False)

Module function to create the configuration page.

_dlg (ConfigurationDialog)
reference to the configuration dialog (unused)
withSidebars (bool (optional))
flag indicating to show the sidebars configuration group (defaults to False)
Return:
reference to the instantiated page
Return Type:
ConfigurationPageBase
Up