mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-08 05:29:53 +02:00
8 lines
No EOL
78 B
QML
8 lines
No EOL
78 B
QML
import QtQuick 1.0
|
|
|
|
Image {
|
|
id: icon
|
|
width: 64
|
|
height: 64
|
|
source: "file.svg"
|
|
} |