I've set a pointer to a QAction as a QWidget property as following:
I send the QWidget to a function and I want to convert the property "action" to a QAction again so I can call one of it's methods, is that possible? if yes please tell me howQt Code:
myWidget->setProperty("action", actionPtr);To copy to clipboard, switch view to plain text mode
Bookmarks