[Qt-interest] R: R: QDesignerExtraInfoExtension
Friedemann Kleint
Friedemann.Kleint at nokia.com
Wed May 26 09:49:46 CEST 2010
Hi Luigi,
> Thank you very much. I will follow your suggestion about QStringList.
> Are there some examples from which I can start?
> Luigi Casalegno
Not really..,but for example, it could look like:
widget->setProperty("myProperty",
QVariant(QStringList(longString.split(QLatin1Char('\n'))));
QStringList lines = widget->property("myProperty").toStringList();
Regards,
Friedemann
--
Friedemann Kleint
Nokia, Qt Development Frameworks
More information about the Qt-interest-old
mailing list