eric4.Preferences.ConfigurationPages.Interface1Page

Module implementing the Interface (Part 1) configuration page.

Classes

Interface1Page Class implementing the Interface (Part 1) configuration page.

Functions

create Module function to create the configuration page.


Interface1Page

Class implementing the Interface (Part 1) configuration page.

Derived from

ConfigurationPageBase, Ui_Interface1Page

Methods

Interface1Page Constructor
__populateStyleCombo Private method to populate the style combo box.
on_styleSheetButton_clicked Private method to select the style sheet file via a dialog.
save Public slot to save the Interface configuration.

Interface1Page (Constructor)

Interface1Page()

Constructor

Interface1Page.__populateStyleCombo

__populateStyleCombo()

Private method to populate the style combo box.

Interface1Page.on_styleSheetButton_clicked

on_styleSheetButton_clicked()

Private method to select the style sheet file via a dialog.

Interface1Page.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