summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SignInFlickable.ui.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml
index 343dc6f..e87d2aa 100644
--- a/SignInFlickable.ui.qml
+++ b/SignInFlickable.ui.qml
@@ -3,10 +3,10 @@ import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
GridLayout {
- property alias email: email
- property alias password: password
- property alias button: button
- property alias signUp: signUp
+ property alias signInEmail: email
+ property alias signInPassword: password
+ property alias signInButton: button
+ property alias signInSignUp: signUp
ColumnLayout {
Layout.margins: 15