The QStringList class is part of the QtCore module of Qt and, as its name indicates, provides a list of strings.
I have stored QStringList in a QVariant variable while calling setData function. Now I'd like to restore this data from …
qt qvariant qstringlist