IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

point QML Value Type

a value with x and y attributes.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Detailed Description

The point type refers to a value with x and y attributes.

To create a point value, specify it as a "x,y" string:

 
Sélectionnez
CustomObject { myPointProperty: "0,20" }

Or use the Qt.point() function:

 
Sélectionnez
CustomObject { myPointProperty: Qt.point(0, 20) }

When integrating with C++, note that any QPoint or QPointF value passed into QML from C++ is automatically converted into a point value. When a point value is passed to C++, it is automatically converted into a QPointF value.

See Also

See also QML Value Types

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+