aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/shared/Images.qml
blob: 489d81c9e767f58cf3a9e181f44a453dd8497ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

pragma Singleton
import QtQml

QtObject {
    readonly property url back:         Qt.resolvedUrl("images/back.png")
    readonly property url checkmark:    Qt.resolvedUrl("images/checkmark.png")
    readonly property url next:         Qt.resolvedUrl("images/next.png")
    readonly property url qtLogo:       Qt.resolvedUrl("images/qt-logo.png")
    readonly property url sliderHandle: Qt.resolvedUrl("images/slider_handle.png")
    readonly property url tab:          Qt.resolvedUrl("images/tab.png")
}