Hi!
Are there any expriences regarding Qt5.10.0?
Es recognize an effect, that sometimes (5%) widgets are added to the QGraphicsView (==QSceneGraphicsView), but are invisible. (clicks on invisible widget are still supported)
Widget is added like this:
this->scene()->addWidget(d->m_label);
I updated to V100.2 for a couple of days - everything was fine.
Then update to Qt 5.10 -> effect arises...
Thx