import QtQuick 2.0 Rectangle { Timer { interval: 100 running: true repeat: true } }