[Qt-interest] Database Designer
Joshua Wambua
gmail at blueprint-group.co.ke
Tue Nov 23 13:00:12 CET 2010
> Instead of going the MDI approach I would thing about using a
> QGraphicsScene where you would render your "table widgets" into it - and
> yes, you can even draw normal QWidgets (with limitations: no QGLWidget
> based widgets for example, see Qt docs) into a QGraphicsScene. And it is
> easier to connect such widgets with lines, once they are in a
> QGraphicsScene.
>
Thanks Oliver. I have played around a bit with QGraphicsScene and it seems a
much better route to take that the MDI approach.
More information about the Qt-interest-old
mailing list