On Tuesday, October 25, 2011 11:59:54 Thiago Macieira wrote:
>     QStringList allQueryItemValues(const QString &key, 
> QUrl::ComponentFormattingOptions encoding = QUrl::PrettyDecoded) const;

Does this return all values for the key? If the query string is a=4&a=5&a=6, 
then 

queryObject.allQueryItemValues("a") will return QStringList{"4", "5", "6"} ?

-- 
Stephen Kelly <step...@kdab.com> | Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to