Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi everyone! Is there any ability of layout and align for QGraphicsItem inside another QGraphicsItem? I mean something like QVBoxLayout.
Thanks.
http://qt-project.org/doc/qt-4.8/qgraphicslayout.html http://qt-project.org/doc/qt-4.8/qgraphicsanchorlayout.html http://qt-project.org/doc/qt-4.8/qgraphicsgridlayout.html http://qt-project.org/doc/qt-4.8/qgraphicslinearlayout.html
Use QGraphicsWidgets instead of QGraphicsItems, and the links DerManu provided.