Add documentation for the Switch.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-12-22 16:40:20 +02:00
parent 5a0015e75d
commit 421b03e92b

View File

@ -26,9 +26,28 @@ Imports:
org.kde.plasma.core
Description:
TODO
You can bind the Switch component to a feature that the application
has to enable or disable depending on the user's input, for example.
Switch has similar usage and API as CheckBox, except that Switch does
not provide a built-in label.
Properties:
bool checked:
Returns true if the Button is checked, otherwise
it returns false.
alias pressed:
Returns true if the Button is pressed, otherwise
it returns false.
alias text:
Sets the text for the switch.
The default value is empty.No text
will be displayed.
Signals:
onClicked:
The signal is emited when the button is clicked!
**/
import QtQuick 1.0
import org.kde.plasma.core 0.1 as PlasmaCore