2022-11-17 07:36:25 +00:00
|
|
|
// Copyright (C) 2022 The Qt Company Ltd.
|
2024-02-22 14:51:16 +00:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
2022-11-17 07:36:25 +00:00
|
|
|
pragma Singleton
|
|
|
|
|
|
|
|
import QtQml
|
|
|
|
|
|
|
|
QtObject {
|
|
|
|
readonly property url iconSource: "qrc:/qt-project.org/imports/QtQuick/Controls/Basic/images/check.png"
|
|
|
|
readonly property int pageTopPadding: 20
|
|
|
|
readonly property int spacing: 40
|
|
|
|
}
|