mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-04-27 10:14:39 +00:00
Update README.md
This commit is contained in:
parent
347ec84af1
commit
45fc1d0366
@ -1,11 +1,15 @@
|
|||||||
# 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
|
||||||
@ -17,8 +21,11 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user