Re: [Qt-creator] HowTo get rid of QNetworkConfigurationManager-is-deprecated-warnings

2021-06-16 Thread Giuseppe D'Angelo via Qt-creator
Hi, Il 16/06/21 22:24, ekke ha scritto: How can I disable deprecation warnings altogether ? A workaround could be to disable them and only from time to time enable and check if there are deprecations to fix. IIRC, by defining QT_NO_DEPRECATED_WARNINGS. HTH, -- Giuseppe D'Angelo |

Re: [Qt-creator] HowTo get rid of QNetworkConfigurationManager-is-deprecated-warnings

2021-06-16 Thread Giuseppe D'Angelo via Qt-creator
Hi, On 16/06/2021 19:09, ekke wrote: Of course I would like to get all other deprecation warnings to fix them, but for QNCM and network accessibility there is no way to fix them because the new QNetworkInformation class doesn’t exist in 5.15. Found

Re: [Qt-creator] Find references of virtual functions?

2020-09-11 Thread Giuseppe D'Angelo via Qt-creator
Il 11/09/20 22:59, Murphy, Sean ha scritto: Is there any way in Qt Creator to only show me the places where Grandchild::foo() is called? Right now, I'm finding that even if I go to grandchild.cpp, put my cursor on void Grandchild::foo(), and then select "Find Reference to Symbol Under

Re: [Qt-creator] Deprecation warnings

2019-11-08 Thread Giuseppe D'Angelo via Qt-creator
Il 08/11/19 14:31, Christian Kandeler ha scritto: with recent Qt versions, we are getting these annoying warnings when building Qt Creator: src/libs/utils/tooltip/tips.cpp: In function ‘int Utils::Internal::screenNumber(const QPoint&, QWidget*)’: src/libs/utils/tooltip/tips.cpp:304:51:

Re: [Qt-creator] How to control font in compile output

2019-11-06 Thread Giuseppe D'Angelo via Qt-creator
Il 29/10/19 10:09, Eike Ziller ha scritto: Somehow related, is there a way to reset that font size to the defaults? (Similar to ctrl+0 for the normal text editor) For me Ctrl+0 works as expected in the output panes. Do you happen to know if this added recently? (On 4.9.1, cannot update

Re: [Qt-creator] How to control font in compile output

2019-10-28 Thread Giuseppe D'Angelo via Qt-creator
On 28/10/2019 20:21, Jason H wrote: To be fair, it's not clear what those +- icons refer to, they are adjacent to the filter combo. They do have hover tool tips, which help. I think an argument could be made for moving them by the Maximize button? Then where they are, should be the  < >

Re: [Qt-creator] Debugging a specific program in a project with subprojects

2018-06-11 Thread Giuseppe D'Angelo via Qt-creator
Il 11/06/2018 23:24, Petric Frank ha scritto: If i simply go to the main menu and select debug the question is which one of the apps it will execute to debug ? Followup: how to set the app to debug ? Click on button 2 and select the target to run/debug, then you can just run/debug it: