We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0559567 commit 95cc4baCopy full SHA for 95cc4ba
src/gui/qgscolorbuttonv2.h
@@ -34,6 +34,7 @@ class QgsColorSchemeRegistry;
34
class GUI_EXPORT QgsColorButtonV2 : public QToolButton
35
{
36
Q_OBJECT
37
+ Q_ENUMS( Behaviour )
38
Q_PROPERTY( QString colorDialogTitle READ colorDialogTitle WRITE setColorDialogTitle )
39
Q_PROPERTY( bool acceptLiveUpdates READ acceptLiveUpdates WRITE setAcceptLiveUpdates )
40
Q_PROPERTY( QColor color READ color WRITE setColor )
0 commit comments