qt literacy articles

  1. $$ is used to do
    the reference: https: //blog.csdn.net/nwly______/article/details/84073870
    Here Insert Picture Description
    Here Insert Picture Description

  2. $$PWD
    Here Insert Picture Description

  3. How to generate exe specify a directory:
    CONFIG (Debug): DESTDIR = P W D / d e b in g C O N F I G ( r e l e a s e ) : D E S T D I R = PWD/debug CONFIG(release):DESTDIR = PWD/release
    CONFIG(debug, debug|release):DESTDIR = $$PWD/bin

  4. With "#" start to the end of the line.
    Shortcut keys: Ctrl + /

5. quickly remove qt breakpoints
this have to say, qt done very friendly, here is the solution I found:
Here Insert Picture Description
after entering the F5 breakpoint, if the breakpoint window does not appear, in the blue box below right inside, check breakpoints:
Here Insert Picture Description
Here Insert Picture Description
choose one breakpoint, right:
Here Insert Picture Description
select delete All breakpoints can quickly delete all breakpoints.

Published 610 original articles · won praise 96 · views 330 000 +

Guess you like

Origin blog.csdn.net/wodownload2/article/details/104275280