4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to show matching references/definitions. |
7 Module implementing a dialog to show matching references/definitions. |
8 """ |
8 """ |
9 |
|
10 from __future__ import unicode_literals |
|
11 |
9 |
12 from PyQt5.QtCore import pyqtSlot, Qt |
10 from PyQt5.QtCore import pyqtSlot, Qt |
13 from PyQt5.QtWidgets import ( |
11 from PyQt5.QtWidgets import ( |
14 QDialog, QTreeWidgetItem, QDialogButtonBox, QHeaderView |
12 QDialog, QTreeWidgetItem, QDialogButtonBox, QHeaderView |
15 ) |
13 ) |