mirror of
https://github.com/QuasarApp/QMLLoginView.git
synced 2025-05-13 09:59:42 +00:00
fix logo and README
This commit is contained in:
parent
bbce074628
commit
6bc205a54f
47
README.md
47
README.md
@ -3,17 +3,20 @@ test work for Logic Way Solutions
|
||||
|
||||
## Introdaction
|
||||
|
||||
This is a simple login window library for qml projects. The project is built with the help of the сmake build system and is very easily includet to existing projects.
|
||||

|
||||
|
||||
|
||||
This is a simple login window library for qml projects. The project is built with the help of the сmake build system and may be easily included into existing projects.
|
||||
|
||||
|
||||
## Main features
|
||||
|
||||
1. cmake support
|
||||
2. support all qt qml [styles](https://doc.qt.io/qt-5/qtquickcontrols2-styles.html)
|
||||
3. support login users
|
||||
4. support register new users
|
||||
5. support custom country list
|
||||
6. support cqtdeployer deploy system
|
||||
1. support all qt qml [styles](https://doc.qt.io/qt-5/qtquickcontrols2-styles.html)
|
||||
2. support logining of users
|
||||
3. support registeration of new users
|
||||
4. support custom country list
|
||||
5. support cqtdeployer deploying system
|
||||
6. support cmake build system
|
||||
|
||||
### Screenshots
|
||||
|
||||
@ -124,3 +127,33 @@ This is a simple login window library for qml projects. The project is built wit
|
||||
Q_PROPERTY(QString rawPassword READ rawPassword WRITE setRawPassword)
|
||||
Q_PROPERTY(QString email READ email WRITE setEmail)
|
||||
```
|
||||
|
||||
|
||||
## Build Example
|
||||
|
||||
### Prepare
|
||||
1. install cqtdeployer
|
||||
2. install cqtdeployer ([gitHubRelises](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.
|
||||
|
||||
### build on Linux
|
||||
|
||||
``` BASH
|
||||
git clone https://github.com/EndrII/QMLLoginView
|
||||
|
||||
cd QMLLoginView
|
||||
|
||||
cmake -DCMAKE_PREFIX_PATH=/my/Qt/Dir
|
||||
|
||||
make -j12
|
||||
|
||||
export PATH=$PATH:/my/Qt/Dir/bin # add to path location of qmake
|
||||
|
||||
cqtdeployer
|
||||
|
||||
cd Distributionkit
|
||||
|
||||
chmod +x InstallerExampleLoginView.run
|
||||
|
||||
./InstallerExampleLoginView.run
|
||||
```
|
||||
|
BIN
res/logo.png
BIN
res/logo.png
Binary file not shown.
Before ![]() (image error) Size: 17 KiB After ![]() (image error) Size: 22 KiB ![]() ![]() |
BIN
res/logo2.png
BIN
res/logo2.png
Binary file not shown.
Before ![]() (image error) Size: 5.7 KiB After ![]() (image error) Size: 15 KiB ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user