Connect changed to your custom slot where you will check if action changed
the state,
You will need somehow to get pointer to QAction and previous state there.
There are multiple ways to do it.
For example: You may subclass QAction, add variable which would keep
previous enable state ,
add slot
Hello,
It seems that QAction::changed() is not documented (if I understand well
what does it do)
When clicking on the "changed()" links all across the following doc page,
we are pointed to the "What is this" property description:
http://qt-project.org/doc/qt-5.0/qtwidgets/qaction.html
What I w