Registry / other / qwt
library6.3.0vcpkgunverified

Widgets library for technical applications.

vcpkg install qwt
INSTALL
IMPORT
SIG · QWT
Q
qwt
othercppv6.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qwt.h
#include <qwt.h>

Create a simple Qwt plot

#include <qwt.h> #include <qwt_plot.h> #include <QApplication> int main(int argc, char *argv[]) { QApplication app(argc, argv); QwtPlot plot; plot.setTitle("Example Plot"); plot.show(); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

qwt — pip install qwt · libregistry