QColorBox¶
-
class
glue.utils.qt.QColorBox(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags()) QLabel(str, parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())¶ Bases:
PyQt5.QtWidgets.QLabelAttributes Summary
Methods Summary
color(self)mousePressEvent(self, QMouseEvent)on_color_change(self)query_color(self)setColor(self, color)Attributes Documentation
-
colorChanged¶
-
mousePressed¶
Methods Documentation
-
color(self)¶
-
mousePressEvent(self, QMouseEvent)¶
-
on_color_change(self)¶
-
query_color(self)¶
-
setColor(self, color)¶
-