overte/interface/resources/qml/Icon.qml

8 lines
No EOL
78 B
QML

import QtQuick 1.0
Image {
id: icon
width: 64
height: 64
source: "file.svg"
}