never use alias
This commit is contained in:
parent
7c3d1883c6
commit
05571febc3
@ -39,16 +39,16 @@ Properties:
|
|||||||
bool checkable:
|
bool checkable:
|
||||||
Returns true if the button is checkable.
|
Returns true if the button is checkable.
|
||||||
|
|
||||||
alias pressed:
|
bool pressed:
|
||||||
Returns true if the button is pressed.
|
Returns true if the button is pressed.
|
||||||
alias text:
|
alias text:
|
||||||
Sets the text for the button.
|
Sets the text for the button.
|
||||||
|
|
||||||
alias iconSource:
|
variant iconSource:
|
||||||
Sets the icon for the button.
|
Sets the icon for the button.
|
||||||
It can be any image from any protocol supported by the Image element, or a freedesktop-compatible icon name
|
It can be any image from any protocol supported by the Image element, or a freedesktop-compatible icon name
|
||||||
|
|
||||||
alias font:
|
string font:
|
||||||
Sets the font for the button.
|
Sets the font for the button.
|
||||||
|
|
||||||
Signals:
|
Signals:
|
||||||
|
Loading…
Reference in New Issue
Block a user