11 from .Ui_TasksPage import Ui_TasksPage |
11 from .Ui_TasksPage import Ui_TasksPage |
12 |
12 |
13 import Preferences |
13 import Preferences |
14 |
14 |
15 |
15 |
|
16 # TODO: colorize tasks marker line edits according to the selected background |
|
17 # colors |
16 class TasksPage(ConfigurationPageBase, Ui_TasksPage): |
18 class TasksPage(ConfigurationPageBase, Ui_TasksPage): |
17 """ |
19 """ |
18 Class implementing the Tasks configuration page. |
20 Class implementing the Tasks configuration page. |
19 """ |
21 """ |
20 def __init__(self): |
22 def __init__(self): |