Свойства

boolautoExclusive READ / WRITE
boolcheckable READ / WRITE
boolchecked READ / WRITE
stringicon READ / WRITE
stringtext READ / WRITE

Методы

boolautoExclusive ( )
stringicon ( )
boolisCheckable ( )
boolisChecked ( )
stringtext ( )

Слоты

voidinvertCheckState ( )
voidsetAutoExclusive ( bool autoExclusive )
voidsetCheckable ( bool checkable )
voidsetChecked ( bool checked )
voidsetIconSize ( int w, int h )
voidsetIcon ( string iconPath )
voidsetText ( string text )

Описание методов

bool QCheckBox::autoExclusive ( )  

string QCheckBox::icon ( )  

bool QCheckBox::isCheckable ( )  

bool QCheckBox::isChecked ( )  

string QCheckBox::text ( )  

Описание слотов

void QCheckBox::invertCheckState ( )  

void QCheckBox::setAutoExclusive ( bool autoExclusive )  

void QCheckBox::setCheckable ( bool checkable )  

void QCheckBox::setChecked ( bool checked )  

void QCheckBox::setIconSize ( int w, int h )  

void QCheckBox::setIcon ( string iconPath )  

void QCheckBox::setText ( string text )  

comments powered by HyperComments