aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/+Material/ToolBar.qml
blob: f7ecbf116ee23eaa7b9c25e7522f093d6f837724 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick.Controls.Material

ToolBar {
    Material.foreground: "white"
}