Helpviewer/History/HistoryTreeModel.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
equal deleted inserted replaced
1109:9552b5e16a07 1112:8a7d1b9d18db
7 Module implementing the history tree model. 7 Module implementing the history tree model.
8 """ 8 """
9 9
10 import bisect 10 import bisect
11 11
12 from PyQt4.QtCore import * 12 from PyQt4.QtCore import Qt, QModelIndex, QDate
13 from PyQt4.QtGui import QAbstractProxyModel 13 from PyQt4.QtGui import QAbstractProxyModel
14 14
15 from .HistoryModel import HistoryModel 15 from .HistoryModel import HistoryModel
16 16
17 import UI.PixmapCache 17 import UI.PixmapCache

eric ide

mercurial