native: mainPage.qml del button loginPage

This commit is contained in:
Schnitzel 2024-07-11 11:37:44 +02:00
parent 1b413df433
commit ffae1c2ed7

View file

@ -23,7 +23,6 @@ Rectangle {
left: parent.left
right: parent.right
}
radius: 0
height: 50
color: getColors().midlight
@ -97,26 +96,11 @@ Rectangle {
}
}
Button {
id: testB
anchors {
bottom: parent.bottom
left: parent.left
}
text: qsTr("Test Window")
onClicked: {
var component = Qt.createComponent("Test.qml")
var window = component.createObject(root)
window.show()
}
}
Button {
id: loginScreenB
anchors {
left: testB.right
bottom: parent.bottom
left: parent.left
}