eric7/Preferences/ConfigurationPages/TasksPage.py

branch
eric7
changeset 8863
03e7c23a05b1
parent 8312
800c432b34c8
child 8870
081e5bc340dc
equal deleted inserted replaced
8862:99459beb81b1 8863:03e7c23a05b1
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):

eric ide

mercurial