TimeTracker/TimeTrackerEntryDialog.py

branch
eric7
changeset 111
e0bf42d8474e
parent 108
702f47d3f794
child 113
a9002f9b14d5
equal deleted inserted replaced
110:e6a732fe8270 111:e0bf42d8474e
5 5
6 """ 6 """
7 Module implementing the time tracker edit dialog. 7 Module implementing the time tracker edit dialog.
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSlot, QDateTime, QDate 10 from PyQt6.QtCore import QDate, QDateTime, pyqtSlot
11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox 11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox
12 12
13 from .Ui_TimeTrackerEntryDialog import Ui_TimeTrackerEntryDialog 13 from .Ui_TimeTrackerEntryDialog import Ui_TimeTrackerEntryDialog
14 14
15 15

eric ide

mercurial