I try to make an signal view for my QML app. So i need navigate on signal. For this purpose i’ve inherited from QQuickPaintedItem and overload painted() method.
But if my component is larger then 8100×369 there is only black square on at the place.
How to solve this problem? How to create an extremly large component?
↧