Hi,
Is ther a way to get the widget in stackedwindow through the datastream used in drag and drop. I tried this but got an error instead
Qt Code:
QStackedWidget widget ; QPoint offset; dataStream >> widget >> offset; //error here : no match for 'operator>>' in 'dataStream >> widget'To copy to clipboard, switch view to plain text mode
Thanks.
Bookmarks