mirror of
https://github.com/QuasarApp/QMLLoginView.git
synced 2025-04-28 10:44:39 +00:00
Update README.md
This commit is contained in:
parent
0361f5af90
commit
5bf60d6e24
@ -20,9 +20,11 @@ This is a simple login window library for qml projects. The project is built wit
|
||||
### Screenshots
|
||||
|
||||
#### Login View
|
||||
|
||||

|
||||
|
||||
#### Register View
|
||||
|
||||

|
||||
|
||||
|
||||
@ -76,6 +78,7 @@ import LoginViewModule 1.0
|
||||
```
|
||||
|
||||
### LoginView::LVMainModel Methods
|
||||
|
||||
``` cpp
|
||||
/**
|
||||
* @brief setCounrySource - sets path to xml source file and extract list of countrys
|
||||
@ -95,6 +98,7 @@ import LoginViewModule 1.0
|
||||
```
|
||||
|
||||
#### LoginView::LVMainModel Signals
|
||||
|
||||
``` cpp
|
||||
|
||||
/**
|
||||
@ -123,6 +127,7 @@ import LoginViewModule 1.0
|
||||
```
|
||||
|
||||
#### UserData properties
|
||||
|
||||
``` cpp
|
||||
Q_PROPERTY(int country READ country WRITE setCountry)
|
||||
Q_PROPERTY(QString firstName READ firstName WRITE setFirstName)
|
||||
@ -135,6 +140,7 @@ import LoginViewModule 1.0
|
||||
## Build Example
|
||||
|
||||
### Prepare
|
||||
|
||||
1. install cqtdeployer
|
||||
2. install cqtdeployer ([gitHub releases](https://github.com/QuasarApp/CQtDeployer/releases) or [snap-store](https://snapcraft.io/cqtdeployer)))
|
||||
3. if you use snap store version of cqtdeployer add all permisions for cqdeployer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user