📄 qwtplugin.pro
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -