[Qt-interest] How do store the List using QSettings
Martin Gebert
martin.gebert at alpha-bit.de
Mon Jul 20 15:01:13 CEST 2009
> How do store the list details using Qsettings.
If your list doesn't consist of QStrings (QStringList) or QVariants, you'll
have to do it for every list member in a foreach() loop, as QVariant doesn't
provide a conversion for generic QLists. Alternatively you could try to
introduce a custom QMetaType. This are the possibilities I can think of
quickly.
HTH, Martin
More information about the Qt-interest-old
mailing list