eric7.Preferences.ConfigurationPages.TrayStarterPage

Module implementing the tray starter configuration page.

Global Attributes

None

Classes

TrayStarterPage Class implementing the tray starter configuration page.

Functions

create Module function to create the configuration page.


TrayStarterPage

Class implementing the tray starter configuration page.

Derived from

ConfigurationPageBase, Ui_TrayStarterPage

Class Attributes

None

Class Methods

None

Methods

TrayStarterPage Constructor
__autostartCheckBox_toggled_lin Private slot activating / deactivating the autostart feature (Linux variant).
__autostartCheckBox_toggled_win Private slot activating / deactivating the autostart feature (Windows variant.
save Public slot to save the Python configuration.

Static Methods

None

TrayStarterPage (Constructor)

TrayStarterPage()

Constructor

TrayStarterPage.__autostartCheckBox_toggled_lin

__autostartCheckBox_toggled_lin(checked)

Private slot activating / deactivating the autostart feature (Linux variant).

checked (bool)
state of the checkbox

TrayStarterPage.__autostartCheckBox_toggled_win

__autostartCheckBox_toggled_win(checked)

Private slot activating / deactivating the autostart feature (Windows variant.

checked (bool)
state of the checkbox

TrayStarterPage.save

save()

Public slot to save the Python configuration.

Up


create

create(_dlg)

Module function to create the configuration page.

_dlg (ConfigurationDialog)
reference to the configuration dialog (unused)
Return:
reference to the instantiated page
Return Type:
ConfigurationPageBase
Up