[Qt-interest] Database Designer
Oliver.Knoll at comit.ch
Oliver.Knoll at comit.ch
Tue Nov 23 11:53:08 CET 2010
On 2010-11-23 Nurmi J-P Nurmi wrote:
> ...
> Obviously Qt doesn't offer any ready made solution for such
> application specific thing. You could do some custom drawing in a
> QMdiArea subclass (drawing appears below sub windows).
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.
Cheers, Oliver
--
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22
More information about the Qt-interest-old
mailing list