Results 1 to 2 of 2

Thread: ArrayList-Like Qt Class

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default ArrayList-Like Qt Class

    Hi all.

    I have recently been using Qt on Linux (was mostly a Visual Studio C++/C# programmer before this). I was looking through the Q classes that are available and I found a few different types of lists but none seem to be working like what I am looking for (maybe I am just not doing it right). I'm looking for a Q class that operates similar to the ArrayList class in C# and Java (if anyone has used that before). Is there anything in QT that would function like that?

    Thanks for any help in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: ArrayList-Like Qt Class

    Use QList or QVector.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. How to call super class method from sub class
    By mkkguru in forum Qt Programming
    Replies: 9
    Last Post: 4th February 2010, 05:29
  2. How can I create button from arraylist.
    By electronicboy in forum Qt Programming
    Replies: 5
    Last Post: 5th October 2009, 20:25
  3. Replies: 3
    Last Post: 27th December 2008, 19:34
  4. Replies: 3
    Last Post: 16th May 2007, 11:07
  5. Signal/slot looking in base class, not derived class
    By georgie in forum Qt Programming
    Replies: 2
    Last Post: 12th May 2006, 07:36

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.