Results 1 to 3 of 3

Thread: qt3 to qt4 valuelist

  1. #1
    Join Date
    Feb 2006
    Posts
    15
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    Windows

    Default qt3 to qt4 valuelist

    Hello to all,

    Could anyone please provide me with the Qt4 version of qt3's QValueList? I can find no mention of it's successor in Qt4 documentation.

    Thank you,

    Math

  2. #2
    Join Date
    Feb 2006
    Posts
    26
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    MacOS X Windows

    Default Re: qt3 to qt4 valuelist

    Hi,

    QValueList<T> has been replaced by QList<T> and QLinkedList<T>.

    The page "Porting to Qt 4" lists the replacements, but I agree that each function should also tell you what to choose next in it's own documentation.

    Best,
    jay

  3. The following user says thank you to jayw710 for this useful post:

    Honestmath (5th May 2006)

  4. #3
    Join Date
    Feb 2006
    Posts
    15
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: qt3 to qt4 valuelist

    Thank you kindly, I found what you were referring to.

    Cheers,
    Math

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.