From fdca1a01d099c50d6e0f4982d633c0b2826bd6a1 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Thu, 22 Aug 2019 14:46:08 +0800 Subject: Draft e-mail page --- main.qml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index fcf3a4d..8fbb800 100644 --- a/main.qml +++ b/main.qml @@ -2,10 +2,17 @@ import QtQuick 2.12 import QtQuick.Controls 2.12 ApplicationWindow { - id: appWindow - width: 362 - height: 628 - visible: true + id: appWindow + width: 362 + height: 628 + visible: true + + StackView { + id: stackView + width: 362 + height: 628 + + initialItem: Login {} + } - Login {} } -- cgit v1.2.3