6 lines
57 B
QML
6 lines
57 B
QML
|
import QtQuick
|
||
|
|
||
|
QtObject {
|
||
|
property var foo: "bla"
|
||
|
}
|