eric7.Preferences.ConfigurationPages.TasksPage

Module implementing the Tasks configuration page.

Global Attributes

None

Classes

TasksPage Class implementing the Tasks configuration page.

Functions

create Module function to create the configuration page.


TasksPage

Class implementing the Tasks configuration page.

Derived from

ConfigurationPageBase, Ui_TasksPage

Class Attributes

None

Class Methods

None

Methods

TasksPage Constructor
__colorChanged Private slot handling the selection of a color.
save Public slot to save the Tasks configuration.

Static Methods

None

TasksPage (Constructor)

TasksPage()

Constructor

TasksPage.__colorChanged

__colorChanged(colorKey, color)

Private slot handling the selection of a color.

colorKey (str)
key of the color entry
color (QColor)
selected color

TasksPage.save

save()

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