6 lines
45 B
QML
6 lines
45 B
QML
|
import QtQml 2.15
|
||
|
|
||
|
QtObject {
|
||
|
id: root
|
||
|
}
|