qwtplugin.pro

来自「This a framework to test new ideas in tr」· PRO 代码 · 共 43 行

PRO
43
字号
# pro file for the Qwt designer plugin## Please note that the Qwt designer integration # is limited  by the current (Qt <= 3.1.x) design # of the Qt plugin API. As soon as TrollTech will allow# individual dialogs for complex widgets the result# will be more satisfying.## Qwt designer plugin needs Qt >= 3.x. It is# not intended to support Qt 2.x like the Qwt lib# does. TARGET          = qwtpluginTEMPLATE        = libCONFIG         += qt warn_on thread debug pluginMOC_DIR         = mocOBJECTS_DIR     = obj INCLUDEPATH    += ../include DESTDIR         = plugins/designerunix:LIBS      += -L../lib -lqwtwin32:LIBS    += ../lib/qwt.lib linux-g++:QMAKE_CXXFLAGS += -fno-exceptions target.path=$(QTDIR)/plugins/designerINSTALLS += targetHEADERS  += qwtplugin.hSOURCES  += qwtplugin.cppIMAGES   += \        pixmaps/qwtplot.png \        pixmaps/qwtanalogclock.png \        pixmaps/qwtcounter.png \        pixmaps/qwtcompass.png \        pixmaps/qwtdial.png \        pixmaps/qwtknob.png \        pixmaps/qwtscale.png \        pixmaps/qwtslider.png \        pixmaps/qwtthermo.png \        pixmaps/qwtwheel.png \        pixmaps/qwtwidget.png 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?