mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 06:00:20 +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"
|
|
} |