Tab QML Type

Tab represents the content of a tab in a TabView . 更多...

import 語句: import QtQuick.Controls 1.4
Since: Qt 5.1
繼承:

Loader

特性

詳細描述

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
}
					

另請參閱 TabView .

特性文檔編製

title : string

This property holds the title of the tab.