I would like to know the portion of a QML item that is visible on the screen. For example, if a Button
is partially covered by a SplitView
.
I can achieve this in QtWidgets using the function visibleRegion() but can't seem to find an equivalent function for QML items.
question from:https://stackoverflow.com/questions/65837981/qwidgetvisibleregion-equivalent-for-qml-items