#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.
◆ Superclass
◆ ctkCheckBox()
ctkCheckBox::ctkCheckBox |
( |
QWidget * |
_parent = 0 | ) |
|
◆ ~ctkCheckBox()
virtual ctkCheckBox::~ctkCheckBox |
( |
| ) |
|
|
virtual |
◆ indicatorIcon()
QIcon ctkCheckBox::indicatorIcon |
( |
| ) |
const |
◆ indicatorIconSize()
QSize ctkCheckBox::indicatorIconSize |
( |
| ) |
const |
◆ setIndicatorIcon()
void ctkCheckBox::setIndicatorIcon |
( |
const QIcon & |
newIcon | ) |
|
◆ setIndicatorIconSize()
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.
◆ d_ptr
QScopedPointer<ctkCheckBoxPrivate> ctkCheckBox::d_ptr |
|
protected |
◆ indicatorIcon
QIcon ctkCheckBox::indicatorIcon |
|
readwrite |
◆ indicatorIconSize
QSize ctkCheckBox::indicatorIconSize |
|
readwrite |
The documentation for this class was generated from the following file: