Add some documentation to ProgressBar.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-10-31 06:49:21 +02:00
parent 8e27551c7a
commit 93753a5b75

View File

@ -17,6 +17,38 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**Documentanted API
Inherits:
Item
Imports:
QtQuick 1.0
org.kde.plasma.core
Description:
It is a simple progressBar which is using the plasma theme.
TODO Do we need more info?
Properties:
alias minimumValue:
Sets the minimumValue for the progressBar
alias maximumValue:
Sets the maximumValue for the progressBar
alias value:
Returns the current value of the progressBar
alias indeterminate:
TODO needs info
int orientation:
Sets the orientation of the progressBar
bool _isVertical:
Returns true if the progressBar is vertical.
**/
import QtQuick 1.0
import org.kde.plasma.core 0.1 as PlasmaCore