├── CMakeLists.txt ├── CppTimer.h ├── README.md ├── fakesensor.h ├── main.cpp ├── screenshot.png ├── window.cpp └── window.h /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CppTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/CppTimer.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/README.md -------------------------------------------------------------------------------- /fakesensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/fakesensor.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/main.cpp -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/screenshot.png -------------------------------------------------------------------------------- /window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/window.cpp -------------------------------------------------------------------------------- /window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/qwt-example/HEAD/window.h --------------------------------------------------------------------------------