79727854

Date: 2025-08-06 21:16:34
Score: 1
Natty:
Report link

Yet another workaround is to set WA_TransparentForMouseEvents attribute to child widget of QVideoWidget:

 QWidget *c = findChild<QWidget*>();
 if (c)
     c->setAttribute(Qt::WA_TransparentForMouseEvents);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrei Andreev