10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 |
11 |
12 from PyQt5.QtCore import Qt, pyqtSlot |
12 from PyQt5.QtCore import Qt, pyqtSlot |
13 from PyQt5.QtWidgets import QDialogButtonBox, QListWidgetItem |
13 from PyQt5.QtWidgets import QDialogButtonBox, QListWidgetItem |
14 |
14 |
15 from PreviewDialogBase import PreviewDialogBase |
15 from .PreviewDialogBase import PreviewDialogBase |
16 |
16 |
17 |
17 |
18 class ChangesPreviewDialog(PreviewDialogBase): |
18 class ChangesPreviewDialog(PreviewDialogBase): |
19 """ |
19 """ |
20 Class implementing the Changes preview dialog. |
20 Class implementing the Changes preview dialog. |