import QtQuick 2.9 import QtQuick.Controls 1.4 ToolButton { implicitWidth: 8 // prevent clicking animation MouseArea { anchors.fill: parent } }