eric7.Preferences.ConfigurationPages.TasksPage
Module implementing the Tasks configuration page.
Global Attributes
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
Class Methods
Methods
Static Methods
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.
create
create(dlg)
    Module function to create the configuration page.
- dlg (ConfigurationDialog)
- 
reference to the configuration dialog
- Return:
- 
reference to the instantiated page
- Return Type:
- 
ConfigurationPageBase