29 Q_PROPERTY(
int spacing READ spacing WRITE setSpacing)
39 void setColumnCount(
int c);
41 int columnCount()
const;
43 void setColorList(
const QList< QColor >& cls);
45 QList< QColor > getColorList()
const;
49 void setSpacing(
int v);
51 int colorCount()
const;
53 void setColorIconSize(
const QSize& s);
55 QSize colorIconSize()
const;
57 void setColorCheckable(
bool on =
true);
59 bool isColorCheckable()
const;
61 QColor currentCheckedColor()
const;
65 void setVerticalSpacing(
int v);
67 int verticalSpacing()
const;
69 void setHorizontalSpacing(
int v);
71 int horizontalSpacing()
const;
73 void clearCheckedState();
75 void iterationColorBtns(FunColorBtn fn);
77 void setRowMinimumHeight(
int row,
int minSize);
79 void setHorizontalSpacerToRight(
bool on =
true);
81 void onButtonClicked(QAbstractButton* btn);
82 void onButtonPressed(QAbstractButton* btn);
83 void onButtonReleased(QAbstractButton* btn);
84 void onButtonToggled(QAbstractButton* btn,
bool on);
143 virtual QSize sizeHint() const Q_DECL_OVERRIDE;