Provides a clickable icon More...
Import Statement: | import quey.ui 0.1 |
Inherits: | |
Inherited By: |
import QtQuick 2.4 import quey.ui 0.1 ApplicationView { IconButton { anchors.centerIn: parent iconName: "wand" onClicked: { console.log("Let's go!") } } }
If set to false
the button ignores mouse hovering which results in hovered being false
.
Sets the icon name. This will pick the icon with the given name from the installed icon set.