aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/qml/Home.qml
diff options
context:
space:
mode:
authorPhilippe Lelong <lelong.ph@meltemus.com>2016-12-14 17:08:53 +0100
committerPhilippe Lelong <lelong.ph@meltemus.com>2016-12-14 17:08:53 +0100
commitcb31b34dbea210a8890004fd59dea3139b00be6c (patch)
tree40eed6a6b9035317c6c23be4b6901c48d2ed8260 /HomeScreen/qml/Home.qml
parent197b9dbe4c65c8bea7737215d9566199ba701730 (diff)
add visa, start websocket implementationsandbox/maitai/wip
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
Diffstat (limited to 'HomeScreen/qml/Home.qml')
-rw-r--r--HomeScreen/qml/Home.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/HomeScreen/qml/Home.qml b/HomeScreen/qml/Home.qml
index 36f3f8a..2e0f490 100644
--- a/HomeScreen/qml/Home.qml
+++ b/HomeScreen/qml/Home.qml
@@ -40,6 +40,17 @@ Item {
source: './images/B14-90.png'
visible: false
}
+ Image {
+ id: visa
+ width: 200
+ height: 124
+ anchors.right: parent.right
+ anchors.rightMargin: 20
+ anchors.top: parent.top
+ anchors.topMargin: 20
+ source: './images/visa.png'
+ visible: false
+ }
Item {
id: hello
anchors.horizontalCenter: parent.horizontalCenter
@@ -83,6 +94,9 @@ Item {
sign90.visible = show
}
+ function showVisa(show) {
+ visa.visible = show
+ }
GridView {
anchors.centerIn: parent
width: cellHeight * 3