问题 I am trying to overlay some graphics(QtGraphicsView) on top of video player(QVideoWidget). i have already tried setting QtGraphicsView subclass stylesheets to transparent and background brush and none is working. #self.setBackgroundBrush(QtGui.QBrush(QtGui.QColor(30, 30, 30, 3))) #self.setStyleSheet("background-color:rgba(0,0,0,0)") #self.setStyleSheet("background:rgba(0,0,0,0)") self.setStyleSheet("background:transparent") self.setStyleSheet("background-color:transparent") self.setStyleSheet