Hi list,
I'm currently playing with Qt Quick's accesibility features.
Is there any reason why the Accessible.onPressAction handler in QQC2
AbstractButton does not trigger 'clicked' by default?
Accessible.onPressAction: {
button.clicked()
}
Thanks
Nils