Results 1 to 3 of 3

Thread: How to traversal the QListView ?

  1. #1
    Join Date
    Aug 2008
    Posts
    16
    Thanks
    3

    Question How to traversal the QListView ?

    Hi All:
    Is anybody know how to traversal the QListView ?
    If you have some ideas, please tell me .
    Thanks for your suggestions.

  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: How to traversal the QListView ?

    Qt3 or Qt4? If th latter then access the listview's model and iterate over its rows using the QAbstractItemModel::index() method.

  3. #3
    Join Date
    Feb 2006
    Posts
    31

    Default Re: How to traversal the QListView ?

    If Qt3, using QListViewItemIterator

Similar Threads

  1. how to move item up and down in QListView
    By zhanglr in forum Qt Programming
    Replies: 3
    Last Post: 1st August 2008, 14:39
  2. QListView word wrap
    By serega in forum Qt Programming
    Replies: 17
    Last Post: 30th August 2007, 03:13
  3. QDialog / QListView problem
    By harakiri in forum Qt Programming
    Replies: 1
    Last Post: 10th July 2007, 18:31
  4. Subclass QListView to show two colums in one
    By Mookie in forum Qt Programming
    Replies: 2
    Last Post: 23rd June 2007, 02:12
  5. Keeping focus at bottom of QListView
    By jakamph in forum Qt Programming
    Replies: 4
    Last Post: 10th January 2006, 14:45

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.