Hi, how can I send QStringList with signal ? I mean like:
But it won't work. I've read something about QVariant but can't get it to work either. Any suggestions ?Qt Code:
signals: (...) QStringList list; emit sig( list );To copy to clipboard, switch view to plain text mode
Bookmarks