src/eric7/WebBrowser/History/HistoryTreeModel.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
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 PyQt6.QtCore import Qt, QModelIndex, QDate, QAbstractProxyModel 12 from PyQt6.QtCore import QAbstractProxyModel, QDate, QModelIndex, Qt
13
14 from eric7.EricGui import EricPixmapCache
13 15
14 from .HistoryModel import HistoryModel 16 from .HistoryModel import HistoryModel
15
16 from eric7.EricGui import EricPixmapCache
17 17
18 18
19 class HistoryTreeModel(QAbstractProxyModel): 19 class HistoryTreeModel(QAbstractProxyModel):
20 """ 20 """
21 Class implementing the history tree model. 21 Class implementing the history tree model.

eric ide

mercurial