realtime_plot.pro
来自「This a framework to test new ideas in tr」· PRO 代码 · 共 31 行
PRO
31 行
TARGET = realtimeTEMPLATE = appCONFIG += qt warn_on debug threadMOC_DIR = mocOBJECTS_DIR = objINCLUDEPATH = ../../includeDEPENDPATH = ../../includeunix:LIBS += -L../../lib -lqwtwin32:DEFINES += QT_DLL QWT_DLLwin32:LIBS += ../../lib/qwt.liblinux-g++:TMAKE_CXXFLAGS += -fno-exceptions HEADERS = \ mainwindow.h \ scrollzoomer.h \ scrollbar.h \ incrementalplot.h \ randomplot.hSOURCES = \ realtime.cpp \ mainwindow.cpp \ scrollzoomer.cpp \ scrollbar.cpp \ incrementalplot.cpp \ randomplot.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?