PDA

View Full Version : GUI entirely composed of qgraphicsproxywidgets



sabonis
3rd April 2012, 11:25
I need to create a gui that mantains aspect ratio while resizing. Even the fonts should resize when the window is resized.
I can achieve this behaviour embedding widgets into a QGraphicsView. Are there other ways to do this?

wysota
3rd April 2012, 11:59
You can also use QtQuick.

sabonis
3rd April 2012, 12:12
Anyone can give me an example of an application realized using QGRaphicsWidgets?