TimeTracker/TimeTrackerEntryDialog.py

changeset 47
f201a23a8cd7
parent 45
ff7d62d441b5
child 51
d0afa82c3deb
equal deleted inserted replaced
46:7f42cdb0ae09 47:f201a23a8cd7
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 __future__ import unicode_literals # __IGNORE_WARNING__ 10 from __future__ import unicode_literals
11 11
12 from PyQt4.QtCore import pyqtSlot, QDateTime, QDate 12 from PyQt4.QtCore import pyqtSlot, QDateTime, QDate
13 from PyQt4.QtGui import QDialog, QDialogButtonBox 13 from PyQt4.QtGui import QDialog, QDialogButtonBox
14 14
15 from .Ui_TimeTrackerEntryDialog import Ui_TimeTrackerEntryDialog 15 from .Ui_TimeTrackerEntryDialog import Ui_TimeTrackerEntryDialog

eric ide

mercurial