2022-05-13 13:12:05 +00:00
|
|
|
// Copyright (C) 2020 The Qt Company Ltd.
|
2024-02-22 14:51:16 +00:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
2020-09-23 08:38:27 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|