📄 config
字号:
# Common configuration options for all project files.# -------------------------- BEGIN: EDIT ME -----------------------------------# Change this value to the installation root path.# Executables will be installed under INSTALL_PATH/bin, libraries under# INSTALL_PATH/lib, etc.INSTALL_PATH = /usr/local# The root path of the QScintilla installation.# KScope expects to find QScintilla's include files under # QSCI_ROOT_PATH/include/Qsci and the library under QSCI_ROOT_PATH/lib.QSCI_ROOT_PATH = /usr# --------------------------- END: EDIT ME ------------------------------------# The following lines should normally not be edited.CONFIG += debug_and_release \ warn_all CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUTQT += xml
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -