9 lines
123 B
QML
9 lines
123 B
QML
import QtQuick 2.7
|
|
|
|
Rectangle {
|
|
PlainLabel {
|
|
anchors.centerIn: parent
|
|
text: "Add account page"
|
|
}
|
|
}
|