Ulf,

Thanks for your reply.

I will try again. There will be more questions for sure. 

Will there be a 2022 version of the following video?

https://www.youtube.com/watch?v=4ji6D6UpA54 
<https://www.youtube.com/watch?v=4ji6D6UpA54>

Best regards,

Nuno

> On 19 Dec 2022, at 18:43, Ulf Hermann via Interest <interest@qt-project.org> 
> wrote:
> 
>> Warning: QtQuick.Controls uses optional imports which are not supported. 
>> Some types might not be found.
> 
> This is not an error but a warning. Indeed the compiler will not compile your 
> code to C++ because it doesn't know which of the optional imports (ie styles) 
> will be active at run time. You can import one specific style, for example 
> QtQuick.Controls.Fusion instead of QtQuick.Controls. Then the compiler will 
> know what to expect, but you won't be able to use a different style at run 
> time anymore.
> 
> best regards,
> Ulf
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to