Do you have an example? Please .
because I can't! THANKS
Quickly.
In the main thread (GUI) you should define the slot temperatureChanged(int new_temperature).
In this slot you display the appropriate graphics.
In the additional thread you make a method...
yes indeed, I know that I still have the QLCDNUMBERs to make as a signal,
and thanks for the info; I have a class that reads my probes, if you are ever interested in seeing it.
#ifndef...
Putting the data into or pulling it out of a QByteArray seems to be the way to do this. QextSerialPort has a readAll() method that replaces the same method from the QIODevice base class. The base...
d_stranz Today, 17:40I think you need to redesign your program. You are still executing GUI code from inside your Thread class (changing the QLCDNumber widgets), and as Lesiok said, your run() loop is completely...
d_stranz Today, 17:26Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QT6 OpenGL left right inverted
18th January 2025 22:35 by fulgorit