qt - Layout problems when switch from QWidget to QGraphicsItem -


i'm switching timeline viewer qwidget qgraphicsitem, because qwidget heavy, got performance issues when there thousand of qwidgets.

i need layout management. found qgraphicsitem light, did't support layout. should use qgraphicswidget, there many useful qgraphicsitem's subclasses, qgraphicswidget doesn't have them. think qgraphicsproxywidget isn't answer because slow when using qwidgets...

so, there way have layout qgraphicsitem? or there better solution?

qgraphicslayout , qgraphicslayoutitem looking for.

http://doc.qt.io/qt-4.8/qgraphicslayout.html

http://doc.qt.io/qt-4.8/qgraphicslayoutitem.html

hope helps.


Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Ansible - ERROR! the field 'hosts' is required but was not set -

Copy range with conditional formatting -