Re: [Interest] how to use QAction::changed() and doc missing

2013-07-03 Thread Alex Malyushytskyy
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

[Interest] how to use QAction::changed() and doc missing

2013-07-03 Thread Vincent
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