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