Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

TabButton

Button with a look suitable for a TabBar. More...

Import Statement: import QtQuick.Controls
Since: Qt 5.7
Inherits:

AbstractButton

Detailed Description

TabButton is used in conjunction with a TabBar.

TabBar {
    TabButton {
        text: qsTr("Home")
    }
    TabButton {
        text: qsTr("Discover")
    }
    TabButton {
        text: qsTr("Activity")
    }
}

TabButton inherits its API from AbstractButton. For instance, you can set text, and react to clicks using the AbstractButton API.

See also TabBar, Customizing TabButton, Button Controls, and Navigation Controls.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded