Tasks/TaskViewer.py

changeset 501
5c615a85241a
parent 500
c3abc7895a01
child 536
6d8d39753c82
equal deleted inserted replaced
500:c3abc7895a01 501:5c615a85241a
327 327
328 class TaskViewer(QTreeWidget): 328 class TaskViewer(QTreeWidget):
329 """ 329 """
330 Class implementing the task viewer. 330 Class implementing the task viewer.
331 331
332 @signal displayFile(string, integer) emitted to go to a file task 332 @signal displayFile(str, int) emitted to go to a file task
333 """ 333 """
334 displayFile = pyqtSignal(str, int) 334 displayFile = pyqtSignal(str, int)
335 335
336 def __init__(self, parent, project): 336 def __init__(self, parent, project):
337 """ 337 """

eric ide

mercurial