Hi,

What is the best way to sort QList<float> ?

(unfortunately sort() is not a member of this class).

Ideally I'd like to sort it the same way I could sort QStringList.

Thanks!