eric7.Preferences.ConfigurationPages.TasksPage

Module implementing the Tasks configuration page.

Global Attributes

None

Classes

TasksPage Class implementing the Tasks configuration page.

Functions

create


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)
Up