5 |
5 |
6 """ |
6 """ |
7 Module implementing the variables viewer view based on QTreeView. |
7 Module implementing the variables viewer view based on QTreeView. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 import ast |
11 import ast |
13 |
12 |
14 from PyQt5.QtCore import (Qt, QAbstractItemModel, QModelIndex, QRegExp, |
13 from PyQt5.QtCore import (Qt, QAbstractItemModel, QModelIndex, QRegExp, |
15 QCoreApplication, QSortFilterProxyModel, pyqtSignal) |
14 QCoreApplication, QSortFilterProxyModel, pyqtSignal) |