Ignore unresolved import?
Unsolved
QML and Qt Quick
-
How can I get the Qt Creator Design mode to ignore an import?
I have an import purely for non-visual elements (API). These elements are registered dynamically and won't be available until after the app compiles. Normally this is fine, but it means the Design mode cannot resolve them. Next week I am hoping to transition to a design workflow instead of a development workflow and the Design mode would really help with this.