PDA

View Full Version : QVector and QSetting



mattia
8th November 2007, 14:23
Hello, if a QVector storing some QString, can i set whole vector into QSetting?
I checked on the doc and i realized that QVariant doesn't support QVector...is it right?
What should i do? An iterator on the QVector and put into QSetting each QString?

jacek
8th November 2007, 16:21
You can use QStringList or QVariantList.