I have a qlist of floats that I would like to sort. However I am looking for a list of the sorted indices.
I could have a qhash of index and float pairs, but I don't know how to sort a qhash on the value.