qwt-example icon indicating copy to clipboard operation
qwt-example copied to clipboard

A simple example program using QT5/Qwt widgets demonstrating realtime plotting of data under Linux.

QwtExample

A simple example program using QT and Qwt widgets.

alt tag

Required packages

Install the QT5 and Qwt development packages:

    apt-get install qtdeclarative5-dev-tools
    apt-get install libqwt-qt5-dev

Build it

    cmake .
    make

Run it

    ./qwt-example