aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/chattutorial/chapter5/+Material/ChatToolBar.qml
blob: 3fa10c7f13cc63b83e50e38ba760f738c0098b7e (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick.Controls
import QtQuick.Controls.Material

ToolBar {
    Material.theme: Material.Dark
}