eric4.Preferences.ConfigurationPages.Interface2Page

Module implementing the Interface (part 2) configuration page.

Classes

Interface2Page Class implementing the Interface (part 2) configuration page.

Functions

create Module function to create the configuration page.


Interface2Page

Class implementing the Interface (part 2) configuration page.

Derived from

ConfigurationPageBase, Ui_Interface2Page

Methods

Interface2Page Constructor
__populateLanguageCombo Private method to initialize the language combobox of the Interface configuration page.
on_resetLayoutButton_clicked Private method to reset layout to factory defaults
save Public slot to save the Interface configuration.

Interface2Page (Constructor)

Interface2Page()

Constructor

Interface2Page.__populateLanguageCombo

__populateLanguageCombo()

Private method to initialize the language combobox of the Interface configuration page.

Interface2Page.on_resetLayoutButton_clicked

on_resetLayoutButton_clicked()

Private method to reset layout to factory defaults

Interface2Page.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
Up