mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-04-26 09:44:39 +00:00
Update README.md
This commit is contained in:
parent
347ec84af1
commit
45fc1d0366
15
README.md
15
README.md
@ -1,12 +1,16 @@
|
||||
# ViewSolutions
|
||||
|
||||
View solutions of qml for quasarapp projects
|
||||
|
||||
## QML classes:
|
||||
|
||||
QML classes:
|
||||
#### ImageView
|
||||
|
||||
This is animate image viewer
|
||||
|
||||
##### Example:
|
||||
``` qml
|
||||
|
||||
```qml
|
||||
ImageView {
|
||||
anchors.fill: parent
|
||||
soucre: "qrc:/img/images/example.png"
|
||||
@ -17,9 +21,12 @@ This is animate image viewer
|
||||
```
|
||||
|
||||
#### ViewPortPage
|
||||
|
||||
This is animate Delegate viewer for ListView
|
||||
|
||||
##### Example:
|
||||
``` qml
|
||||
|
||||
```qml
|
||||
ListView {
|
||||
id: viewPort
|
||||
property real globalPos: 0
|
||||
@ -47,4 +54,4 @@ This is animate Delegate viewer for ListView
|
||||
"qrc:/img/res/LOGO-GREAN.png",
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user