uwerat / qskinny

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QQuickItem ItemIsViewport/ItemObservesViewport

uwerat opened this issue · comments

commented

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: