QML加载gif

AnimatedImage {
    anchors.fill: parent
    source: "qrc:/img/timg.gif"
}
原文地址:https://www.cnblogs.com/judes/p/11244191.html