Files
RedBear-OS/local/recipes/kde/kf6-kconfig/source/autotests/kconfig_compiler/Test14Qml.qml
T
2026-04-14 10:51:06 +01:00

19 lines
291 B
QML

/*
SPDX-FileCopyrightText: 2024 Nicolas Fella <nicolas.fella@gmx.de>
SPDX-License-Identifier: MIT
*/
import QtQuick
import org.kde.kconfig.test14
Item {
property url dir: test.picturesDir
property double brightness: test.brightness
Test14 {
id: test
}
}