10 import os.path |
10 import os.path |
11 |
11 |
12 from PyQt4.QtGui import QListWidgetItem, QDialog, QIcon |
12 from PyQt4.QtGui import QListWidgetItem, QDialog, QIcon |
13 from PyQt4.QtCore import QDir |
13 from PyQt4.QtCore import QDir |
14 |
14 |
15 from Ui_IconsPreviewDialog import Ui_IconsPreviewDialog |
15 from .Ui_IconsPreviewDialog import Ui_IconsPreviewDialog |
16 |
16 |
17 |
17 |
18 class IconsPreviewDialog(QDialog, Ui_IconsPreviewDialog): |
18 class IconsPreviewDialog(QDialog, Ui_IconsPreviewDialog): |
19 """ |
19 """ |
20 Class implementing a dialog to preview the contents of an icon directory. |
20 Class implementing a dialog to preview the contents of an icon directory. |