Jaded-Encoding-Thaumaturgy / vs-preview

Previewer for VapourSynth scripts.
Apache License 2.0
57 stars 16 forks source link

UI glitches with PyQt 6.7 #145

Closed YomikoR closed 1 month ago

YomikoR commented 1 month ago

User complaint This is probably caused by PyQt 6.7 changing default style to windows11 on Windows 11. The workaround is to set self.app.setStyle('windows') or self.app.setStyle('fusion') before applying stylesheet. By the way, fusion follows OS dark mode and you are welcomed to test it.