summaryrefslogtreecommitdiff
path: root/CheckoutFlickable.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'CheckoutFlickable.ui.qml')
-rw-r--r--CheckoutFlickable.ui.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml
index 0897667..0a2610a 100644
--- a/CheckoutFlickable.ui.qml
+++ b/CheckoutFlickable.ui.qml
@@ -3,6 +3,7 @@ import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
Flickable {
+ property alias checkoutAlert: alert
property alias checkoutLogin: login
property alias checkoutName: name
property alias checkoutEmail: email
@@ -24,6 +25,7 @@ Flickable {
ColumnLayout {
RowLayout {
+ id: alert
Layout.alignment: Qt.AlignHCenter
Label {
text: qsTr("Already have an account?")