# The following has been generated automatically from src/gui/qgscompoundcolorwidget.h
QgsCompoundColorWidget.LayoutDefault = QgsCompoundColorWidget.Layout.LayoutDefault
QgsCompoundColorWidget.LayoutVertical = QgsCompoundColorWidget.Layout.LayoutVertical
try:
QgsCompoundColorWidget.__attribute_docs__ = {'currentColorChanged': "Emitted when the dialog's color changes\n\n:param color: current color\n"}
QgsCompoundColorWidget.importUserPaletteFromFile = staticmethod(QgsCompoundColorWidget.importUserPaletteFromFile)
QgsCompoundColorWidget.createNewUserPalette = staticmethod(QgsCompoundColorWidget.createNewUserPalette)
QgsCompoundColorWidget.removeUserPalette = staticmethod(QgsCompoundColorWidget.removeUserPalette)
QgsCompoundColorWidget.__signal_arguments__ = {'currentColorChanged': ['color: QColor']}
except (NameError, AttributeError):
pass
|