pragma Singleton import QtQuick 2.13 Item { property int radius: 25 property real disableOpacity: 0.25 property real hoverOpacity: 0.20 property int animationDuration: 200 enum State { Enable, Pressed, Hoverd, Disabel } }