Results 1 to 12 of 12

Thread: GraphicsView / ModelView Integration ???

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    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: GraphicsView / ModelView Integration ???

    Quote Originally Posted by travlr View Post
    . What I would like to do is utilize the QAbstractItemModel, but I guess you are recommending I implement my own MVC framework.

    Is that correct?
    No, it's not. You have to subclass QAbstractItemModel and wrap it around QGraphicsScene.

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

    travlr (7th February 2008)

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.