diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 12:01:05 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 12:01:05 +0700 |
commit | 314b988e0cb3affb78d7816c8baa941348dc12b1 (patch) | |
tree | 97f008c47883679e50ab859ca9979de569fd141d | |
parent | beaedd73210f488de40d649870f56a1b0227bded (diff) | |
parent | 78ff0a92d7e70a6a2613b1d2362569cb7eca24e4 (diff) |
Merge branch 'development' of ssh://darapsa.co.id/usr/local/git/kelakon into development
-rw-r--r-- | main.qml | 18 | ||||
m--------- | rtclient | 0 |
2 files changed, 9 insertions, 9 deletions
@@ -2,16 +2,16 @@ 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 - anchors.fill : parent + StackView { + id: stackView + anchors.fill : parent - initialItem: Login {} - } + initialItem: Login {} + } } diff --git a/rtclient b/rtclient -Subproject ecafe3ac8ea1d71ceaf0fd2161fc6fe599596f4 +Subproject 89cd9ab12cb2aa09f92e312cd0418a036dc0ed8 |