Sur cette page

TabButton QML Type

Bouton dont l'aspect convient à une TabBar. Plus...

Import Statement: import QtQuick.Controls
Inherits:

AbstractButton

Description détaillée

Bouton d'onglet dans la barre d'onglets

TabButton est utilisé en conjonction avec TabBar.

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

TabButton hérite son API de AbstractButton. Par exemple, vous pouvez définir text et réagir à clicks à l'aide de l'API AbstractButton.

Voir également TabBar, Personnaliser TabButton, Contrôles de bouton et Contrôles de navigation.

© 2026 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.