Mention enabled property in ToolButton's APIDOC

This commit is contained in:
Sebastian Kügler 2012-06-08 12:49:12 +02:00
parent 5e7cd1bbd0
commit e27c827fba

View File

@ -51,6 +51,9 @@ Properties:
string font: string font:
Sets the font for the button. Sets the font for the button.
bool enabled:
Returns wether the button is currently enabled and receives user input.
Signals: Signals:
onClicked: onClicked:
The signal is being emmited when the button is being clicked. The signal is being emmited when the button is being clicked.