So? What is the problem?
Qt Code:
struct WidgetInterface{ // ... } struct ListViewInterface{ // ... }To copy to clipboard, switch view to plain text mode
Or even use only WidgetInterface and check the widgets classname using Qt's meta data access and cast it to its proper class.





Reply With Quote
Bookmarks