How to get more PySide6 styles in pip virtual environment?

17 Views Asked by At

I am making a program in PySide6 and have a pip venv setup, but this way QStyleFactory.keys() shows only "Windows" and "Fusion" styles. Is there any way to get more themes, or set the style to the system's qt6 theme? I'm running on Arch and followed the steps from the wiki for qt6 platform theme, but my program is using "Fusion" standard theme.

0

There are 0 best solutions below