Raspberry data and QT 5 GUI.
Unsolved
Qt for Python
-
Hey guys how I can show my data of raspberry Pi4 (temperature readings) on my Plane Text Edit box in QT 5 designer. Any tutorial for that??
-
Hey guys how I can show my data of raspberry Pi4 (temperature readings) on my Plane Text Edit box in QT 5 designer. Any tutorial for that??
@Crabnewbula
There really isn't going to be a "tutorial" for this. You get your temperature readings, by whatever external method you use, and just use e.g. void QPlainTextEdit::appendPlainText(const QString &text) to add text into the widget.