mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
7 lines
133 B
QML
7 lines
133 B
QML
import QtQuick 2.5
|
|
import QtWebEngine 1.5
|
|
|
|
AnimatedImage {
|
|
source: "../../../icons/loader-snake-64-w.gif"
|
|
playing: visible
|
|
}
|