Skip to content Skip to sidebar Skip to footer

Vlc Won't Work With Framelesswindow And Transparent/translucent Background In Pyqt5

i am making a window which plays video with vlc. Here is my code from PyQt5 import QtWidgets,QtCore,QtGui import vlc class Player(QtWidgets.QMainWindow): def __init__(self):

Solution 1:

This is also an issue at python-VLC github https://github.com/oaubert/python-vlc/issues/155


Post a Comment for "Vlc Won't Work With Framelesswindow And Transparent/translucent Background In Pyqt5"