qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

QQuickItem ItemIsViewport/ItemObservesViewport

Open uwerat opened this issue 1 year ago • 0 comments

With Qt 6.3 QQuickItem received new flags that allow to drop creating of scene graph nodes, that are outside of the visible area:

  • QQuickItem::ItemIsViewport
  • QQuickItem::ItemObservesViewport

Also see:

  • https://doc.qt.io/qt-6/qquickitem.html#clipRect
  • https://doc.qt.io/qt-6/qquickitem.html#viewportItem

uwerat avatar Mar 10 '23 13:03 uwerat