QWT: Qt Widgets for Technical Applications, Version 6.0
QWT: Qt Widgets for Technical Applications, Version 6.0
The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. QWT version 6.0 contains source incompatible changes versus other versions of QWT.
QWT: Qt Widgets for Technical Applications, Version 6.0
The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. QWT version 6.0 contains source incompatible changes versus other versions of QWT.
To install qwt60, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qwt60
To see what files were installed by qwt60, run:
port contents qwt60
To later upgrade qwt60, run:
sudo port selfupdate && sudo port upgrade qwt60
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.