ViewSolutions/README.md
2020-04-29 21:26:46 +03:00

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"
    }