This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
fanny-app/qml/Components/QIconSource.qml

9 lines
143 B
QML

import QtQuick 2.0
QtObject {
property string name: ""
property int height
property int width
property color color: "black"
}