From f60cae7cf9f661ad43b213c207dd07899078e243 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 22 Dec 2011 18:16:58 +0100 Subject: [PATCH] added some reference to QML Text element --- declarativeimports/plasmacomponents/qml/Label.qml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/Label.qml b/declarativeimports/plasmacomponents/qml/Label.qml index da44a750f..d1349dcee 100644 --- a/declarativeimports/plasmacomponents/qml/Label.qml +++ b/declarativeimports/plasmacomponents/qml/Label.qml @@ -28,8 +28,17 @@ Imports: Description: This is a label which uses the plasma theme. The characteristics of the text will be automatically seted - according to the plasma theme.If you need a more customized + according to the plasma theme. If you need a more customized text,then you can use the Text component from QtQuick. + +Properties: + The most important property is "text". For the other ones see the primitive QML Text element + +Methods: + See the primitive QML Text element + +Signals: + See the primitive QML Text element **/ import QtQuick 1.0