9 |
9 |
10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 |
11 |
12 from PyQt5.QtCore import pyqtSlot, Qt, QMetaObject, QSize |
12 from PyQt5.QtCore import pyqtSlot, Qt, QMetaObject, QSize |
13 from PyQt5.QtGui import QPalette, QBrush, QColor, QTextDocument, QTextCursor |
13 from PyQt5.QtGui import QPalette, QBrush, QColor, QTextDocument, QTextCursor |
14 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLabel, \ |
14 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLabel, \ |
15 QComboBox, QCheckBox, QToolButton, QSizePolicy |
15 QComboBox, QCheckBox, QToolButton, QSizePolicy |
16 |
16 |
17 from E5Gui.E5ComboBox import E5ClearableComboBox |
17 from E5Gui.E5ComboBox import E5ClearableComboBox |
18 |
18 |
19 import UI.PixmapCache |
19 import UI.PixmapCache |