diagramscene.pro
来自「奇趣公司比较新的qt/emd版本」· PRO 代码 · 共 19 行
PRO
19 行
HEADERS = mainwindow.h \ diagramitem.h \ diagramscene.h \ arrow.h \ diagramtextitem.hSOURCES = mainwindow.cpp \ diagramitem.cpp \ main.cpp \ arrow.cpp \ diagramtextitem.cpp \ diagramscene.cppRESOURCES = diagramscene.qrc# installtarget.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscenesources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS diagramscene.pro imagessources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramsceneINSTALLS += target sources
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?