1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00

docs: add notes about qt designer install via conda-forge

This commit is contained in:
2023-07-14 16:02:59 +02:00
parent 65b94ecd45
commit d8038a8cd0

View File

@@ -2,3 +2,6 @@ Add/modify the path in the following variable to make the plugin avaiable in Qt
```
$ export PYQTDESIGNERPATH=/<path to repo>/bec/bec_qtplugin:$PYQTDESIGNERPATH
```
All the available conda-forge `pyqt >=5.15` packages don't seem to support loading Qt Designer
python plugins at the time of writing. Use `pyqt =5.12` to solve the issue for now.