Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
5.6
-
None
Description
Sometimes it is useful to check if the check-state of a button was changed by a click. For this QtWidgets QAbstractButton has clicked(bool checked) signal. However QtQuick Controls 2 Button sends clicked signal before check-state is changed. So there's no any clear way to distinguish the checked property change by a real click from the value assignment.
Attachments
Issue Links
- duplicates
-
QTBUG-52448 QQuickAbstractButton: clicked() called before nextCheckState()
- Closed