3654:ffeb85cdc72d | 3656:441956d8fce5 |
---|---|
8 fields. | 8 fields. |
9 """ | 9 """ |
10 | 10 |
11 from __future__ import unicode_literals | 11 from __future__ import unicode_literals |
12 | 12 |
13 from PyQt4.QtCore import Qt, QObject | 13 from PyQt5.QtCore import Qt, QObject |
14 from PyQt4.QtGui import QDialog, QMenu | 14 from PyQt5.QtWidgets import QDialog, QMenu |
15 | 15 |
16 import Preferences | 16 import Preferences |
17 import UI.PixmapCache | 17 import UI.PixmapCache |
18 | 18 |
19 | 19 |