mirror of
https://github.com/overte-org/overte.git
synced 2025-04-28 03:45:16 +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"
|
|
} |