I want the keys only in order what I insert.
Originally Posted by suresh I want the keys only in order what I insert. Then use QList< QPair< QString, QSomething > >, but this will affect the lookup speed (you don't have to worry about it, if you don't pick random items).
Forum Rules
Bookmarks