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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/ProgressBar.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:
17
17
import QtQuick 2.0
18
18
 
19
19
/*!
20
 
    \qmlclass ProgressBar
 
20
    \qmltype ProgressBar
21
21
    \inqmlmodule Ubuntu.Components 0.1
 
22
    \ingroup ubuntu
22
23
    \brief The ProgressBar component visually indicates the progress of a process of
23
24
    determinate or indeterminate duration.
24
25