Results 1 to 2 of 2

Thread: list of list

  1. #1
    Join Date
    Apr 2006
    Posts
    122
    Thanks
    18
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default list of list

    i am looking for a container which should be some what like list of lists.
    Is there any such template class provided by Qt. i am not able to find one.

    If not, will it work

    Qt Code:
    1. typedef QList<int> intQlist;
    2. QList<intQList> listInList;
    To copy to clipboard, switch view to plain text mode 

    i had not compiled such container till now. Any other advices.

    cya
    quick Nitin

  2. #2
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: list of list

    This might help.

Similar Threads

  1. delete items from list box
    By vvbkumar in forum Qt Programming
    Replies: 4
    Last Post: 23rd June 2006, 19:08
  2. Get list of oracle tnsnames
    By seneca in forum Qt Programming
    Replies: 1
    Last Post: 14th March 2006, 11:11
  3. [QT4.1.1 XP] multi-columns list model/view
    By incapacitant in forum Newbie
    Replies: 1
    Last Post: 26th February 2006, 13:38
  4. QtCentre vs. Qt-Interest mailing list vs. QtForum?
    By brcain in forum General Discussion
    Replies: 4
    Last Post: 16th February 2006, 01:46

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.