4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the History dialog. |
7 Module implementing the History dialog. |
8 """ |
8 """ |
9 |
|
10 from __future__ import unicode_literals |
|
11 |
9 |
12 from PyQt5.QtCore import pyqtSlot, Qt, QItemSelectionModel |
10 from PyQt5.QtCore import pyqtSlot, Qt, QItemSelectionModel |
13 from PyQt5.QtGui import QBrush, QColor, QTextCursor |
11 from PyQt5.QtGui import QBrush, QColor, QTextCursor |
14 from PyQt5.QtWidgets import ( |
12 from PyQt5.QtWidgets import ( |
15 QDialog, QDialogButtonBox, QListWidgetItem, QAbstractButton |
13 QDialog, QDialogButtonBox, QListWidgetItem, QAbstractButton |