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

Tab QML Type

Tab represents the content of a tab in a TabView.

This type was introduced in Qt 5.1.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Tab QML Type

  • Import Statement: import QtQuick.Controls 1.4

  • Since: Qt 5.1

  • Inherits: Loader

  • Group: Tab is part of viewaddons, Buttons and Controls

Detailed Description

A Tab item inherits from Loader and provides a similar API.

Tabs are lazily loaded; only tabs that have been made current (for example, by clicking on them) will have valid content. You can force loading of tabs by setting the active property to true:

 
Sélectionnez
Tab {
    active: true
}

See Also

See also TabView

Property Documentation

 

title : string

This property holds the title of the tab.

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