Hi
Im new on this Forum and Qt.
I would to create a RubberBand on a WebEngine view, My steps are:
Subclass WebEngineView
Reimplement the Mouse Events.
The App runs and display a sample Website but the code in the event method doesn't work.
qDebug() << "mouse clicked"
Please help me..