(SOLVED) Is there a way to stop warning messages?

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
ilyasozkurt
Newbie Member
Posts: 9
Joined: Sat Nov 19, 2022 3:20 pm

(SOLVED) Is there a way to stop warning messages?

Post by ilyasozkurt » Mon Nov 21, 2022 1:07 pm

Hello there,

I would like to learn. Is there a way or param for the offscreen mode to disable warning messages during the process?

Edit:

Yep, there is. You can stop debugging messages by exporting this command inside OS

Code: Select all

export QT_LOGGING_RULES="*.debug=false;driver.usb.debug=true"
Thank you.

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”