Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Signal , Slot flow design doubts from newbie

    General and Desktop
    1
    1
    446
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kpks last edited by

      I have a GUI with a slider, dial and 4 graphs; It also sets up a TCP Server. The server in turn sets up a thread to monitor data in the incoming connection and creates a tcpSocket for each input.

      How do I let the ReadyRead() signal emitted by the tcpSocket to change the GUI display?
      That is, how to flow up the class hierarchy : socket - thread - server - GUI?

      Thanks and Regards

      kpks

      1 Reply Last reply Reply Quote 0
      • First post
        Last post