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

Qt Quick Layouts QML Types

Provides QML types for arranging QML items in a user interface.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Quick Layouts QML Types

The Qt Quick Layouts module provides QML types for arranging QML items in a user interface. These QML types work in conjunction with Qt Quick and Qt Quick Controls.

The QML types can be imported into your application using the following import statement in your .qml file.

 
Sélectionnez
import QtQuick.Layouts
  • ColumnLayout: Identical to GridLayout, but having only one column.

  • GridLayout: Provides a way of dynamically arranging items in a grid.

  • Layout: Provides attached properties for items pushed onto a GridLayout, RowLayout or ColumnLayout.

  • RowLayout: Identical to GridLayout, but having only one row.

  • StackLayout: The StackLayout class provides a stack of items where only one item is visible at a time.

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