TimeTracker/TimeTrackerEntryDialog.py

changeset 87
4ac2329b36da
parent 84
427a7f8d662f
child 92
81b63c2dc40c
equal deleted inserted replaced
86:94ee489db94c 87:4ac2329b36da
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the time tracker edit dialog. 7 Module implementing the time tracker edit dialog.
8 """ 8 """
9
10 from __future__ import unicode_literals
11 9
12 from PyQt5.QtCore import pyqtSlot, QDateTime, QDate 10 from PyQt5.QtCore import pyqtSlot, QDateTime, QDate
13 from PyQt5.QtWidgets import QDialog, QDialogButtonBox 11 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
14 12
15 from .Ui_TimeTrackerEntryDialog import Ui_TimeTrackerEntryDialog 13 from .Ui_TimeTrackerEntryDialog import Ui_TimeTrackerEntryDialog

eric ide

mercurial