📄 equal3.pro
字号:
################################################################################################################################################################ #### equal III the graphic builder #### #### Copyright (C) 2003 Oleksiy Pylypenko #### #### This file may be distributed and/or modified under the terms of the #### GNU General Public License version 2 as published by the Free Software #### Foundation and appearing in the file license included in the #### packaging of this file. #### #### This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE #### WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. #### #### Contact earthman@inbox.ru if any conditions of this licensing are #### not clear to you. #### #### ################################################################################################################################################################## CONFIGURATION#TEMPLATE = appTARGET = equal3MOC_DIR = mocsOBJECTS_DIR = objsCONFIG += qt_dll warn_on thread#CONFIG += debug# only for qt 3.x, for 2.x exception flag should be set manualyCONFIG += exceptions## SOURCES/HEADERS## guiSOURCES += equal3_mf.cpp mygraphiclist.cpp \ myscalecontrol.cpp mygraphic.cpp \ myparameter.cpp mylogo.cppHEADERS += equal3_mf.h mygraphiclist.h \ myscalecontrol.h mygraphic.h \ buildgraphicevent.h myparameter.h \ mylogo.h# algortihmsSOURCES += builder.cpp fpu87.cpp \ parser.cpp equalcalc.cppHEADERS += fpu87.h parser.h \ equalcalc.h builder.h \ equal_headers.h # helpSOURCES += help.cppHEADERS += help.h allhelp.h# iconsSOURCES += xpms.cppHEADERS += xpms.h## OTHER STUFF#DISTFILES += license install## PLATFORM DEPENDENT STUFF##win32win32:SOURCES += equal3.reswin32:SOURCES += register_ole.cpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -