Python Forum
[PyQt] Output on displaying on GUI - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PyQt] Output on displaying on GUI (/thread-43339.html)



Output on displaying on GUI - pytogui - Oct-05-2024

I am facing an issue regarding my gui built using pyqt5. It is four button gui that clicks the button on count of 3 eye blinks and changes focus on 2 eye blinks. The producer class is working fine. The outputs regarding button clicking are shown which means consumer class is also working. But the outputs are not displaying on gui. I am trying to type HELLO on GUI.


RE: Output on displaying on GUI - menator01 - Oct-05-2024

Please post code not downloads