PDA

View Full Version : I Want to sort QList<QMap<QString , qreal > >



amiref
7th May 2011, 12:22
Hi
I have a container in this form : QList<QMap<QString , qreal > > myContainer .
How can I sort this QList according to qreal ?

MarekR22
7th May 2011, 13:33
http://doc.trolltech.com/latest/qtalgorithms.html#qSort-2