Application output of QT should appear on a GUI scrollView Text : may be QTimer is required
Unsolved
General and Desktop
-
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.