Update README.md

This commit is contained in:
Andrei Yankovich 2021-06-08 16:01:23 +03:00 committed by GitHub
parent 347ec84af1
commit 45fc1d0366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,16 @@
# ViewSolutions # ViewSolutions
View solutions of qml for quasarapp projects View solutions of qml for quasarapp projects
## QML classes:
QML classes:
#### ImageView #### ImageView
This is animate image viewer This is animate image viewer
##### Example: ##### Example:
``` qml
```qml
ImageView { ImageView {
anchors.fill: parent anchors.fill: parent
soucre: "qrc:/img/images/example.png" soucre: "qrc:/img/images/example.png"
@ -17,9 +21,12 @@ This is animate image viewer
``` ```
#### ViewPortPage #### ViewPortPage
This is animate Delegate viewer for ListView This is animate Delegate viewer for ListView
##### Example: ##### Example:
``` qml
```qml
ListView { ListView {
id: viewPort id: viewPort
property real globalPos: 0 property real globalPos: 0