From d8038a8cd0efa3a16df403390164603e4e8afdd8 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Fri, 14 Jul 2023 16:02:59 +0200 Subject: [PATCH] docs: add notes about qt designer install via conda-forge --- bec_widgets/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bec_widgets/readme.md b/bec_widgets/readme.md index bda769dc..84ed3b49 100644 --- a/bec_widgets/readme.md +++ b/bec_widgets/readme.md @@ -2,3 +2,6 @@ Add/modify the path in the following variable to make the plugin avaiable in Qt ``` $ export PYQTDESIGNERPATH=//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.