Frage

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

Edit: I tried convert but I don't seem to understand how it works.

War es hilfreich?

Lösung

QVariant has a toStringList() method.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top