added some reference to QML Text element
This commit is contained in:
parent
6b9ce536d3
commit
f60cae7cf9
@ -28,8 +28,17 @@ Imports:
|
|||||||
Description:
|
Description:
|
||||||
This is a label which uses the plasma theme.
|
This is a label which uses the plasma theme.
|
||||||
The characteristics of the text will be automatically seted
|
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.
|
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
|
import QtQuick 1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user