#include <Libs/Widgets/ctkCheckBox.h>
|
| QScopedPointer< ctkCheckBoxPrivate > | d_ptr |
| |
ctkCheckBox is an advanced QCheckBox that gives more control over its look and feel. We can change the indicator check box by a new QIcon, with two mode On/Off. The indicator icon size can be controled. see setIndicatorIconSize()
Definition at line 38 of file ctkCheckBox.h.
| ctkCheckBox::ctkCheckBox |
( |
QWidget * |
_parent = 0 | ) |
|
| virtual ctkCheckBox::~ctkCheckBox |
( |
| ) |
|
|
virtual |
| QIcon ctkCheckBox::indicatorIcon |
( |
| ) |
const |
| QSize ctkCheckBox::indicatorIconSize |
( |
| ) |
const |
| void ctkCheckBox::setIndicatorIcon |
( |
const QIcon & |
newIcon | ) |
|
| void ctkCheckBox::setIndicatorIconSize |
( |
const QSize & |
newSize | ) |
|
Resize the indicator icon to Qsize. If newSize is bigger than the indicator icon's maximum size, The icon will get the icon's maximum size and not newSize.
| QScopedPointer<ctkCheckBoxPrivate> ctkCheckBox::d_ptr |
|
protected |
| QIcon ctkCheckBox::indicatorIcon |
|
readwrite |
| QSize ctkCheckBox::indicatorIconSize |
|
readwrite |
The documentation for this class was generated from the following file: