Hi,

In std::map (stl) you can define the key and value types, but also the comparison function for the keys.
I want to do the same for a QHash, but I reading QtAssistant and googling and the only things I can define are key and value type.

Can I set the comparison function for a QHash? If yes, how?

Thanks.