This is a Qt project that interfaces with a DS18B20 temperature sensor using QSerialPort and displays the temperature. It's just an example of using Qt and arduino together. See: https://www.youtube.com/watch?v=eHUizPn-jpM
Note that Dialog::readSerial() differs slightly from as shown in the video.
- /DS18B20_Qt - Qt Project files
- /DS18B20_arduino - arduino sketch
All code is released under GNU GPLv3.0. Please feel free to do anything you want with it.