I want to receive a message from Application Output in QT ui . What should I do?
Unsolved
General and Desktop
-
I am now in serial communication with the device and qt .
When I run the code I wrote, I get a message in the application data window.
I want to see that message in my ui - datalog. What should I do?
And I want to know what part of the code the application data message applies to -
@segtteee said in I want to receive a message from Application Output in QT ui . What should I do?:
I want to see that message in my ui - datalog. What should I do?
Well, you should write it there.
Is Data Log a QTextEdit? Read documentation you will find out there how to add text to it.