7 lines
62 B
QML
7 lines
62 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
|
|
Item {
|
|
id: root
|
|
}
|