Loading QtGraphicalEffects in design studio
-
Hello,
How do I go about loading a project that contains QtGraphicalEffects in Design Studio? I understand that QtGraphicalEffects are not available in qt6, however, when I try to set the "QtVersion" to 5 in the Run Settings, this does absolutely nothing to make QtGraphicalEffects loadable. I have qtgraphical effects module installed, but I have several versions of qt installed, how might I tell design studio to use my qtgraphicaleffects module?
Thank you
-
Hi,
The last Qt Design Studio version, which has still native Qt 5 support, is Qt Design Studio 4.1. Therefore this version is still available in the Maintenance Tool.
Make sure to choose Qt 5 for the imports and for the kit.In this case, the Qt 5 based QtGraphicalEffects are fully available.
In Qt 6 only a limited version (import Qt5Compat.GraphicalEffects) is available for compatibility.
-