~cimi/ubuntu-ui-toolkit/panel_export-position

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Slider.qml

Various improvements to the documentation:
- Added an overview documentation page listing all the QML Items.
- Use \qmltype instead of deprecated command \qmlclass.
- Cleaned up directory structure.
- Added CSS style.. Approved by Gerry Boland, jenkins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
import "mathUtils.js" as MathUtils
35
35
 
36
36
/*!
37
 
    \qmlclass Slider
 
37
    \qmltype Slider
38
38
    \inqmlmodule Ubuntu.Components 0.1
 
39
    \ingroup ubuntu
39
40
    \brief Slider is a component to select a value from a continuous range of
40
41
     values.
41
42