Results 1 to 7 of 7

Thread: Adding to a QTableview directly through a row

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Adding to a QTableview directly through a row

    Another approach would be to use a proxy model to add the extra row to keep the original model clean. However that's probably not the wisest choice for a first date with model/view architecture.
    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.


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

    SpiceWeasel (9th February 2015)

Similar Threads

  1. QTableView + QAbstractItemModel and adding rows
    By karlkar in forum Qt Programming
    Replies: 11
    Last Post: 2nd February 2016, 21:45
  2. Adding button to QTableview .
    By riarioriu3 in forum Newbie
    Replies: 9
    Last Post: 21st October 2013, 07:48
  3. Adding columns to qtableview
    By pcheng in forum Newbie
    Replies: 8
    Last Post: 11th July 2012, 08:58
  4. Adding a OK and Cancel button to QTableview
    By rex in forum Qt Programming
    Replies: 0
    Last Post: 24th July 2011, 17:32
  5. Problem with adding rows into QTableView
    By januszmk in forum Newbie
    Replies: 8
    Last Post: 14th July 2011, 09:20

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.