TabButton QML Type

TabBar.. . 더보기...

Import Statement: import QtQuick.Controls
Inherits:

AbstractButton

자세한 설명

TabButton은 TabBar.

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

TabButton은 AbstractButton 에서 API를 상속받습니다. 예를 들어 text 를 설정하고 AbstractButton API를 사용하여 clicks 에 반응할 수 있습니다.

TabBarTabButton, 버튼 컨트롤탐색 컨트롤 사용자 지정하기를참조하세요 .

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