import QtQuick 2.0 Image { id: root property string refreshableSource source: refreshableSource function refresh() { source = ""; source ...
確定! 回上一頁