Hi,
for(QVariantMap::const_iterator iter = jsonQVariantMap.begin(); iter != jsonQVariantMap.end(); ++iter) {
QVariant objQVariant = iter.key();//Gives the value of Iteration - 0,1....
calling just value(key)
Some code snippet Please.
Hi,
for(QVariantMap::const_iterator iter = jsonQVariantMap.begin(); iter != jsonQVariantMap.end(); ++iter) {
QVariant objQVariant = iter.key();//Gives the value of Iteration - 0,1....
calling just value(key)
Some code snippet Please.
No, gives the key of the iteration.
Actually a QString.
Really? You need a code snippet for a single method call on an object?
Cheers,
_
Mathan (1st October 2016)
Bookmarks