Results 1 to 4 of 4

Thread: Reg - QMap(Qt3.3.4)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2006
    Location
    Chennai, India
    Posts
    34
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: Reg - QMap(Qt3.3.4)

    I want the keys only in order what I insert.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: Reg - QMap(Qt3.3.4)

    Quote Originally Posted by suresh View Post
    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).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.