As I'm looking to have this based on a node based GUI, ive began looking to QT to see what is has to offer, and i found that it has the QGraphicsView and QGraphicsScene along with a list of "QItems" that can be drain inside it which can make up my node graph.
Next I'll begin trying to prototype a UI out of these classes
Qt Links
QGraphicsScene - http://qt-project.org/doc/qt-4.8/qgraphicsscene.html
QGraphicsView - http://qt-project.org/doc/qt-4.8/qgraphicsview.html
QGraphicsItem - http://qt-project.org/doc/qt-4.8/qgraphicsitem.html
No comments:
Post a Comment
Note: only a member of this blog may post a comment.