Свойства

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

Методы

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

Слоты

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

Сигналы

voidclicked ( bool checked = false )
voidclicked ( )
voidpressed ( )
voidreleased ( )
voidtoggled ( bool checked )

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

bool QPushButton::autoExclusive ( )  

string QPushButton::icon ( )  

bool QPushButton::isCheckable ( )  

bool QPushButton::isChecked ( )  

bool QPushButton::isFlat ( )  

string QPushButton::text ( )  

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

void QPushButton::setAutoExclusive ( bool autoExclusive )  

void QPushButton::setCheckable ( bool checkable )  

void QPushButton::setChecked ( bool checked )  

void QPushButton::setFlat ( bool flat )  

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

void QPushButton::setIcon ( string iconPath )  

void QPushButton::setText ( string text )  

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

void QPushButton::clicked ( bool checked = false )  

void QPushButton::clicked ( )  

void QPushButton::pressed ( )  

void QPushButton::released ( )  

void QPushButton::toggled ( bool checked )  

comments powered by HyperComments