[Gambas-user] Suggestion re QT5 annoying messages

BB adamnt42 at gmail.com
Thu Nov 24 10:05:14 CET 2022


On 24/11/22 2:01 pm, BB wrote:
> @ Benoit
>
> In the IDE Project module in Sub Main() near line 360
>
> change
>
>     Env["QT_LOGGING_RULES"] = "*.debug=false"
>
> to
>
>     Env["QT_LOGGING_RULES"] = "*.debug=false,qt.qpa.*=false"
>
> gives me a whole lot less of the intrusive QT "errors".
>
> rgrds
>
> bruce
>
Sorry, that should be Env["QT_LOGGING_RULES"] = 
"*.debug=false;*.qpa.*=false"

Got a bit overexcited.



More information about the User mailing list