QtQuick.Studio.DesignEffects module in Vscode
-
Hello, I am running a Qt Design Studio project from VSCode with a python main.py having the qml_file = base_path. All is fine until I added a drop-shadow to a button. I got this error.
venv\Lib\site-packages\PySide6\qml\QtQuick\Studio\DesignEffects\quickstudiodesigneffectsplugin.dll: The specified module could not be found.
I build the module with CMake from here..
https://codereview.qt-project.org/admin/repos/qt-labs/qtquickdesigner-components,general
How do I put the new module in the venv? I copied the QtQuick\Studio folder over but the build folder has a lot of folders and files and they must be there for something! I get the same error. Who knows? And anything else to do? Thanks