Install

To install MSL-Qt run

pip install https://github.com/MSLNZ/msl-qt/archive/main.zip

Alternatively, using the MSL Package Manager

msl install qt

Dependencies

You can automatically install one of these Python bindings for the Qt framework when MSL-Qt is installed. For example, to install PySide6

msl install qt[PySide6]

or to install PyQt6

msl install qt[PyQt6]

Optional Dependencies

  • pythonnet – only required if you want to load icons from DLL/EXE files on Windows