added some reference to QML Text element

This commit is contained in:
Marco Martin 2011-12-22 18:16:58 +01:00
parent 6b9ce536d3
commit f60cae7cf9

View File

@ -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