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).
Hello!
I've implemented a subclass of QQuickPaintedItem and I need to catch resize event so I can perform only needed operations in paint method. Is there such a way?
Thank you for attention.
You have onWidthChanged / onHeightChanged slots in QML and widthChanged / heightChanged signals in C++.
But I'm not sure this is what you're searching for.