📄 icons.pro
字号:
HEADERS = iconpreviewarea.h \
iconsizespinbox.h \
imagedelegate.h \
mainwindow.h
SOURCES = iconpreviewarea.cpp \
iconsizespinbox.cpp \
imagedelegate.cpp \
main.cpp \
mainwindow.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/icons
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS icons.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/icons
INSTALLS += target sources
wince*: {
imageFiles.sources = images/*
wincewm*: {
imageFiles.path = "/My Documents/My Pictures"
} else {
imageFiles.path = images
}
DEPLOYMENT += imageFiles
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -