mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
Add/modify the path in the following variable to make the plugin avaiable in Qt Designer:
$ export PYQTDESIGNERPATH=/<path to repo>/bec_widgets/qtdesigner_plugins
It can be done when activating a conda environment (run with the corresponding env already activated):
$ conda env config vars set PYQTDESIGNERPATH=/<path to repo>/bec_widgets/qtdesigner_plugins
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.