From 8c317c37276a83ed8c163913572a32f2db40dd96 Mon Sep 17 00:00:00 2001 From: Daker Fernandes Pinheiro Date: Tue, 22 Nov 2011 14:18:58 -0300 Subject: [PATCH] Add more details to BusyIndicator doc Signed-off-by: Daker Fernandes Pinheiro --- declarativeimports/plasmacomponents/qml/BusyIndicator.qml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/declarativeimports/plasmacomponents/qml/BusyIndicator.qml b/declarativeimports/plasmacomponents/qml/BusyIndicator.qml index 96ace52d5..473263dcc 100644 --- a/declarativeimports/plasmacomponents/qml/BusyIndicator.qml +++ b/declarativeimports/plasmacomponents/qml/BusyIndicator.qml @@ -29,14 +29,18 @@ Imports: Description: It is just a simple BusyIndicator. TODO An image has to be added! + Properties: bool running: - Returns true is the BusyIndicator is running and false for not + This property holds whether the busy animation is running. + The default value is false. bool smoothAnimation: + Set this property if you don't want to apply a filter to smooth + the busy icon while animating. + Smooth filtering gives better visual quality, but is slower. The default value is true. - If it is set to true,then the component will have a smooth Animation **/ import QtQuick 1.1