mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-04-27 18:24:41 +00:00
326 B
326 B
ViewSolutions
View solutions of qml for quasarapp projects
QML classes:
ImageView
This is animate image viewer
Example:
ImageView {
anchors.fill: parent
soucre: "qrc:/img/images/example.png"
text: "exampele"
anchors.margins: 100
borderColor: "red"
}