12 lines
137 B
QML
12 lines
137 B
QML
import QtQuick 2.15
|
|
import QtQuick.Controls 2.15
|
|
|
|
Page {
|
|
|
|
Label {
|
|
anchors.centerIn: parent
|
|
text: "Settings"
|
|
}
|
|
|
|
}
|