Tab QML Type

Tab represents the content of a tab in a TabView. More...

Import Statement: import QtQuick.Controls 1.4
Since: Qt 5.1
Inherits:

Loader

Properties

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:

Tab {
    active: true
}

See also TabView.

Property Documentation

title : string

This property holds the title of the tab.


© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.