<div style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000">‌Hello,<br>
<br>
The conda-forge PyQt6 package now ships the Qt Designer plugin (libpyqt6.so) in all builds from version 6.11.0 build _1 onward.<br>
<br>
Previously, conda-forge's PyQt builds did not include the designer plugin because Python is built without --enable-shared.<br>
<br>
This meant that Qt Designer could not load any Python-based custom widgets — a long-standing issue for conda-forge users (StackOverflow #78340759).<br>
<br>
To use it with conda-forge:<br>
<br>
  mamba create -n myenv -c conda-forge "pyqt6=*=*_1" python=3.11 qt6-main<br>
<br>
  mamba activate myenv<br>
<br>
  designer<br>
<br>
Then set PYQTDESIGNERPATH to your widget plugin directory.<br>
<br>
The plugin is installed at $CONDA_PREFIX/lib/qt6/plugins/designer/libpyqt6.so and works on all platforms (linux-64, linux-aarch64, osx-64, osx-arm64, win-64) and Python 3.10–3.14.<br>
<br>
The PyQt5 conda-forge package remains unchanged and does not include the plugin.<br>
<br>
<br>
Thanks,<br>
<br>
Ludmila KLENOV</div>