41 Q_PROPERTY(QIcon indicatorIcon READ indicatorIcon WRITE setIndicatorIcon)
42 Q_PROPERTY(QSize indicatorIconSize READ indicatorIconSize WRITE setIndicatorIconSize)
50 void setIndicatorIcon(const QIcon& newIcon);
51 QIcon indicatorIcon() const;
56 void setIndicatorIconSize(const QSize& newSize);
57 QSize indicatorIconSize() const;
60 QScopedPointer<ctkCheckBoxPrivate> d_ptr;