Yellow alerts and elements not displaying in 2d preview.
Unsolved
QML and Qt Quick
-
Hello,
I have bit a problem with 2d preview specificly i cannot see my custom buttons in 2d preview screen:
buttons themself are displaying correctly in 2d preview when I open they QML.I have suspicion that it is related to yellow error which is displayed next to button name in navigator menu:
I've already tried to change "Use QML emulation layer" in Qt Quick setting and add
QML_IMPORT_PATH += C:\Qt\5.15.15\msvc2019\qml\QtGraphicalEffects in my .pro file. But with no success.It's necessary to say that in builded program itself buttons are displaying correctly.