cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
257 B
QML
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
|
|
}
|