110:e6a732fe8270 | 111:e0bf42d8474e |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the time track entry class. | 7 Module implementing the time track entry class. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.QtCore import Qt, QDateTime, QTime | 10 from PyQt6.QtCore import QDateTime, Qt, QTime |
11 | 11 |
12 | 12 |
13 class TimeTrackEntry: | 13 class TimeTrackEntry: |
14 """ | 14 """ |
15 Class implementing the time track entry. | 15 Class implementing the time track entry. |