A simple example program using Qt/Qwt widgets to be used as a base for students doing Raspberry Pi data acquisition.
Qt is a cross platform framework for developing graphical applications, for more information please visit the links below:
Qwt is a technical widget library based on Qt, please see:
To clone the git repository:
git clone https://github.com/glasgow-bio/qwt-example
To build:
cd qwt-example
qmake
make
To run (assuming you are logged into the RPi over ssh and no X-server is running):
startx ./QwtExample