QVariant is a data type in Qt library, that acts as a "container" for most of the common Qt data types.
I have stored QStringList in a QVariant variable while calling setData function. Now I'd like to restore this data from …
qt qvariant qstringlistI'm possibly writing it wrong but here's the code that i'm trying to execute and it fails to do what's …
c++ qt serialization qvariant