mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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"
|
|
} |