Harry :
i followed your pdf ,i just changed something i make my .pro like this :
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += C:\svn\qwt\qwt\src
LIBS += C:\svn\qwt\qwt\lib\qwtd5.dll
CONFIG += debug
# Input
SOURCES += main.cpp
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += C:\svn\qwt\qwt\src
LIBS += C:\svn\qwt\qwt\lib\qwtd5.dll
CONFIG += debug
# Input
SOURCES += main.cpp
To copy to clipboard, switch view to plain text mode
the problem of qwtd5.dll ,i solve it just by copying it to the debug folder and lauch it ,it works normally .
now i buid my own application with no problem .
but i want to use qwtpicker to pick a curve (rectangular or trapesoidal)
can you tell me how to start ?
Bookmarks