📄 taskmenuextension.pro
字号:
TEMPLATE = libCONFIG += designer plugin debug_and_releaseDESTDIR = $$QT_BUILD_TREE/plugins/designerCONFIG(debug, debug|release) { unix: TARGET = $$join(TARGET,,,_debug) else: TARGET = $$join(TARGET,,d)}HEADERS += tictactoe.h \ tictactoedialog.h \ tictactoeplugin.h \ tictactoetaskmenu.hSOURCES += tictactoe.cpp \ tictactoedialog.cpp \ tictactoeplugin.cpp \ tictactoetaskmenu.cpp# installtarget.path = $$[QT_INSTALL_PLUGINS]/designersources.files = $$SOURCES $$HEADERS *.prosources.path = $$[QT_INSTALL_EXAMPLES]/designer/taskmenuextensionINSTALLS += target sources
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -