Results 1 to 12 of 12

Thread: GraphicsView / ModelView Integration ???

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Posts
    24
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default GraphicsView / ModelView Integration ???

    Hi all,

    Abstract:
    • I'm working on implementing/emulating this modular data exploration platform concept/functionality in Qt4.
    • I tend to want to use the excellent Model/View framework as the core of all my data-centric applications.
    • The Graphics View Framework is exciting and I'm still learning it.
    • I see aspects of both Model/View and Graphics/View being needed for this to work for me.
      • Model/View as the interface to flexible and diverse back-end for my data items.
      • Graphics/View for the node/edge visual representation.
    • I searched through relevant threads here on the forum without finding many clues to answer my questions.

    Questions:
    • First, I have always wondered why the Graphics View Framework isn't integrated with the Model View Framework? This would seem very logical to me.
    • Since I need "edge" connectors between the graphical representation of my nodes, it seems this would require the Graphics View Framework... Is this correct?
    • Can edges be drawn in Model/View alone?
    • Can I use the Graphics/View as the front-end, and Model/View as the back-end interface in my application?
    • Do you have any other comments or recommendations for me?

    Thank you for your comments,
    -travlr
    Last edited by travlr; 7th February 2008 at 20:08.

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.