Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Signal , Slot flow design doubts from newbie
Forum Updated to NodeBB v4.3 + New Features

Signal , Slot flow design doubts from newbie

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 531 Views 1 Watching
  • 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 Offline
    K Offline
    kpks
    wrote on last edited by
    #1

    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
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved