6 lines
69 B
QML
6 lines
69 B
QML
|
import QtQuick
|
||
|
|
||
|
QtObject {
|
||
|
property color c: Style.windowColor
|
||
|
}
|