Results 1 to 2 of 2

Thread: Help with ::mapFromSource (Proxy Model Question)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jul 2011
    Posts
    4
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: Help with ::mapFromSource (Proxy Model Question)

    Perhaps this is the correct way to return the proxyIndex:
    Qt Code:
    1. return createIndex(row, col, sourceIndex.internalPointer());
    To copy to clipboard, switch view to plain text mode 
    Last edited by SSurgnier; 1st August 2011 at 22:04.

Similar Threads

  1. Source Model Ad Proxy Model
    By sajis997 in forum Qt Programming
    Replies: 1
    Last Post: 19th July 2011, 05:13
  2. Model/Delegate/Proxy
    By skyline2000 in forum Qt Programming
    Replies: 1
    Last Post: 9th March 2011, 16:13
  3. Custom Model and Proxy Model
    By frank100 in forum Qt Programming
    Replies: 1
    Last Post: 20th December 2010, 14:30
  4. A Totalling Proxy Model?
    By ChrisW67 in forum Qt Programming
    Replies: 2
    Last Post: 7th April 2010, 03:06
  5. Model and Proxy
    By larry104 in forum Qt Programming
    Replies: 1
    Last Post: 4th August 2006, 21:05

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.