Skip to content

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

Notifications You must be signed in to change notification settings

berndporr/qwt-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 94.6%
  • CMake 5.4%