Add documentation for the Slider.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-11-02 03:33:07 +02:00
parent f3bdcfa3b8
commit 18290a4a40

View File

@ -17,6 +17,48 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**Documentanted API
Inherits:
Item
Imports:
QtQuick 1.0
org.kde.plasma.core
Description:
A simple slider.
Properties:
alias stepSize: range.stepSize
Sets the step with which the slider will move.
alias minimumValue:
TODO
alias maximumValue:
TODO
alias value:
TODO
int orientation:
Sets the orientation for the slider.
alias pressed:
If it is true then the slider has been pressed.
bool valueIndicatorVisible:
string valueIndicatorText:
bool animated:
Sets if the slider will animate or not.
alias inverted:
bool updateValueWhileDragging:
real handleSize:
**/
import QtQuick 1.0
import org.kde.plasma.core 0.1 as PlasmaCore