Results 1 to 4 of 4

Thread: QListView - adding items

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: QListView - adding items

    Your view don't change, it's your model, so use QAbstractItemView::model() ->QAbstractItemModel::rowsInserted().

  2. The following user says thank you to Lykurg for this useful post:

    creep33 (9th September 2010)

Similar Threads

  1. Adding QPixmaps to QListView
    By ada10 in forum Newbie
    Replies: 3
    Last Post: 16th August 2010, 12:15
  2. Adding validation to a QListView's edit mode
    By MattT in forum Qt Programming
    Replies: 10
    Last Post: 1st August 2010, 01:53
  3. Modifying QListView items
    By Daniel Salcedo in forum Qt Programming
    Replies: 0
    Last Post: 14th September 2009, 15:59
  4. Removing all items QListView
    By vcp in forum Qt Programming
    Replies: 2
    Last Post: 6th August 2009, 18:55
  5. Adding elements to a QListView
    By Arreis in forum Newbie
    Replies: 4
    Last Post: 30th June 2009, 06:56

Tags for this Thread

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.