Top "Qstringlist" questions

The QStringList class is part of the QtCore module of Qt and, as its name indicates, provides a list of strings.

Converting QVariant to a QStringList

I have stored QStringList in a QVariant variable while calling setData function. Now I'd like to restore this data from …

qt qvariant qstringlist