Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Where is stored the text parameter of a QAction when built with the constructor QAction(const QString & text, QObject * parent)? I can't see it in any QAction attributes.
Hi It is stored in the action.
You can access it with text() and setText(..)
Its internally stored in QActionPrivate class.