aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols2/testbench/+Imagine/ToolBar.qml
blob: 0b2653835f57b0bf74c3eb7ed64a0b3a6ede218d (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick.Controls.Imagine

ToolBar {
    // Seems to be necessary to get the default assets to be used here,
    // though it should inherit the window's path
    Imagine.path: defaultImaginePath
}