From ffae1c2ed7aecfd8ba838296e6f961c592b34a1f Mon Sep 17 00:00:00 2001 From: Schnitzel Date: Thu, 11 Jul 2024 11:37:44 +0200 Subject: [PATCH] native: mainPage.qml del button loginPage --- native/MainPage.qml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/native/MainPage.qml b/native/MainPage.qml index e42c572..797ce35 100644 --- a/native/MainPage.qml +++ b/native/MainPage.qml @@ -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 }