8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 |
11 |
12 from PyQt5.QtCore import pyqtSlot, Qt |
12 from PyQt5.QtCore import pyqtSlot, Qt |
13 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QDialogButtonBox, \ |
13 from PyQt5.QtWidgets import ( |
14 QHeaderView |
14 QDialog, QTreeWidgetItem, QDialogButtonBox, QHeaderView |
|
15 ) |
15 |
16 |
16 from E5Gui.E5Application import e5App |
17 from E5Gui.E5Application import e5App |
17 |
18 |
18 from .Ui_MatchesDialog import Ui_MatchesDialog |
19 from .Ui_MatchesDialog import Ui_MatchesDialog |
19 |
20 |