Merge branch 'master' of github.com:QuasarApp/QMLLoginView

This commit is contained in:
Andrei Yankovich 2020-05-24 22:49:43 +03:00
commit 3d36acb3f2

View File

@ -52,6 +52,8 @@ This is a simple login window library for qml projects. The project is built wit
```
``` qml
import LoginViewModule 1.0
LoginView {
lognViewModel: exampleLogin // exampleLogin - this is inited model in main.cpp
anchors.fill: parent