summaryrefslogtreecommitdiff
path: root/Login.qml
blob: 495df70f5d4ab6188c8c57d3b809f03cfdb5ed4a (plain)
1
2
3
4
5
6
import QtQuick 2.12

LoginForm {
    width: appWindow.width
    height: appWindow.height
}