📄 qtdemo.pro
字号:
CONFIG += assistant x11incTARGET = qtdemoDESTDIR = $$QT_BUILD_TREE/binOBJECTS_DIR = .objMOC_DIR = .mocINSTALLS += target sourcesQT += xml networkcontains(QT_CONFIG, opengl): QT += openglbuild_all:!build_pass { CONFIG -= build_all CONFIG += release}RESOURCES = qtdemo.qrcHEADERS = mainwindow.h \ demoscene.h \ demoitem.h \ score.h \ demoitemanimation.h \ itemcircleanimation.h \ demotextitem.h \ headingitem.h \ dockitem.h \ scanitem.h \ letteritem.h \ examplecontent.h \ menucontent.h \ guide.h \ guideline.h \ guidecircle.h \ menumanager.h \ colors.h \ textbutton.h \ imageitem.hSOURCES = main.cpp \ demoscene.cpp \ mainwindow.cpp \ demoitem.cpp \ score.cpp \ demoitemanimation.cpp \ itemcircleanimation.cpp \ demotextitem.cpp \ headingitem.cpp \ dockitem.cpp \ scanitem.cpp \ letteritem.cpp \ examplecontent.cpp \ menucontent.cpp \ guide.cpp \ guideline.cpp \ guidecircle.cpp \ menumanager.cpp \ colors.cpp \ textbutton.cpp \ imageitem.cppwin32:RC_FILE = qtdemo.rcmac:ICON = qtdemo.icns# installtarget.path = $$[QT_INSTALL_BINS]sources.files = $$SOURCES $$HEADERS $$RESOURCES qtdemo.pro images xml *.ico *.icns *.rcsources.path = $$[QT_INSTALL_DEMOS]/qtdemo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -