From ce2459b4ba207a9306d60a7a79b144da664cf6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Mon, 17 Dec 2012 18:36:59 +0100 Subject: [PATCH] Doxygenize Label --- .../plasmacomponents/qml/Label.qml | 36 ++++++------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/declarativeimports/plasmacomponents/qml/Label.qml b/declarativeimports/plasmacomponents/qml/Label.qml index d034394c1..e22fd5015 100644 --- a/declarativeimports/plasmacomponents/qml/Label.qml +++ b/declarativeimports/plasmacomponents/qml/Label.qml @@ -17,35 +17,19 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/**Documented API -Inherits: - Text - -Imports: - QtQuick 1.1 - org.kde.plasma.core - -Description: - This is a label which uses the plasma theme. - The characteristics of the text will be automatically set - according to the plasma theme. If you need a more customized - text item use the Text component from QtQuick. - -Properties: - string text: - 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.1 import org.kde.plasma.core 0.1 as PlasmaCore +/** + * This is a label which uses the plasma theme. + * + * The characteristics of the text will be automatically set according to the + * plasma theme. If you need a more customized text item use the Text component + * from QtQuick. + * + * You can use all elements of the QML Text component, in particular the "text" + * property to define the label text. + */ Text { id: root