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

14 lines
257 B
QML

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