[solved]How to repaint a Qt component from inside QML??
-
Hello,
I have one component which gets painted from inside of Qt (derived from QGraphicsViewItem). Now when I lay a rectangle over this component and use drag & drop to move it around, I need to repaint the Qt component. When i switch the focus of the window to another application it gets repainted.
Is there a possibility to tell QML to repaint all or just the needed component when I drag another one??
-