blob: 6bd4b2067991e1c3cf14fa8870ad9952e0727dd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
pragma Strict
import QtQml
QtObject {
id: option
property alias label: option.description
property alias description: option.objectName
}
|