Hi,

In my app I am writing some data to XMl file and display that data back in a Tbale widget. so While reading Xml data I am using QMap and insert the items into table, I want to show the items in the same order as they are in Xml file for adding and deleting purpose. But QMap Sorts the items bu Defulat. Now I have tried with QHash, but QHash retrieves the items in random order which is also giving me some problem.

Thank You,
Baluk