[Gambas-user] Suggestion re QT5 annoying messages

BB adamnt42 at gmail.com
Thu Nov 24 04:31:19 CET 2022


@ 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



More information about the User mailing list