2020-05-10 01:05:31 +03:00
2020-04-29 21:26:46 +03:00
2020-04-27 20:09:21 +03:00
2020-04-29 21:26:46 +03:00
2020-04-27 19:00:06 +03:00
2020-04-29 21:26:46 +03:00

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"
    }
Description
No description provided
Readme GPL-3.0 2.1 MiB
Languages
C++ 50.4%
QML 45.8%
CMake 2.9%
C 0.8%