9 lines
86 B
QML
9 lines
86 B
QML
import QtQuick 2.12
|
|
import QtQuick.Controls 2.5
|
|
|
|
Rectangle {
|
|
StackView {
|
|
|
|
}
|
|
}
|