Results 1 to 2 of 2

Thread: Substiture for Q3PtrList in Qt4.2.2

  1. #1
    Join Date
    Feb 2006
    Posts
    157
    Thanks
    12
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4

    Default Substiture for Q3PtrList in Qt4.2.2

    Hi guys,


    My application is chemical drawing canvas.
    Which is developed in Qt3.3.x.

    I have been porting this application to Qt4.2.2.
    and all over my application i am using Q3PtrList , i want to change it to QList.

    The functionality i used in Q3PtrList is ...
    => setAutoDelete( true or false ). // hadling memory
    => sorting list items .
    => delete a particular item in Q3PtrList

    Can i get the same functionality in QList in Qt4.2.2.
    Please tell me any substiute in Qt4 better than QList .


    thanks in advance

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Substiture for Q3PtrList in Qt4.2.2


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.