From 9e337deb0eadf7d73dab510d1c2fa8bc354279dd Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Wed, 8 Mar 2023 15:59:20 +0800 Subject: Simplify sign in public property names --- SignIn.ui.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SignIn.ui.qml b/SignIn.ui.qml index 9eb035f..2b5ed9a 100644 --- a/SignIn.ui.qml +++ b/SignIn.ui.qml @@ -3,10 +3,10 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Flickable { - property alias signInEmail: email - property alias signInPassword: password - property alias signInButton: button - property alias signInSignUp: signUp + property alias email: email + property alias password: password + property alias button: button + property alias signUp: signUp readonly property bool doesntEmbed: Qt.platform.os === "android" || Qt.platform.os === "linux" || Qt.platform.os === "osx" -- cgit v1.3