Add documentation for the BusyIndicator.qml
This commit is contained in:
parent
c11ee7ba10
commit
ffe389e714
@ -18,6 +18,27 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**Documentanted API
|
||||||
|
Inherits:
|
||||||
|
Item
|
||||||
|
|
||||||
|
Imports:
|
||||||
|
org.kde.plasma.core
|
||||||
|
QtQuick 1.1
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
bool smoothAnimation:
|
||||||
|
The default value is true.
|
||||||
|
If it is set to true,then the component will have a smooth Animation
|
||||||
|
**/
|
||||||
|
|
||||||
import QtQuick 1.1
|
import QtQuick 1.1
|
||||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user