aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml/welcomepage/MyTabButton.qml
blob: a0d6ffa85ef977a5462b4122e81f230050b65697 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

import QtQuick 2.9

MyButton {
    checkable: true
    autoExclusive: true
    defaultColor: "#686868"
    hoverColor: "#79797C"
}