Just remember, that for queued connections you have to register custom types with qRegisterMetaType().Qt Code:
QList<MyCustomlyDefinedObject> list; ... emit yourSignal( list );To copy to clipboard, switch view to plain text mode
Just remember, that for queued connections you have to register custom types with qRegisterMetaType().Qt Code:
QList<MyCustomlyDefinedObject> list; ... emit yourSignal( list );To copy to clipboard, switch view to plain text mode
gyre (17th December 2007)
Bookmarks