import QtQuick 2.0 import QtQuick.Controls 2.0 BusyIndicator { Rectangle { anchors.fill: indicator color: 'transparent' border.color: 'red' } }