Qt 6.11 is out! See what's new in the release
blog
Application output of QT should appear on a GUI scrollView Text : may be QTimer is required
-
Application output of QT should appear on a GUI scrollView Text : may be QTimer is required
any directions how to do it ........... i did it in MATLAB using timer
-
Hi,
Use qInstallMessageHandler to intercept all the messages and then send them to the widget you want.