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. Send event to specifics objects
Forum Updated to NodeBB v4.3 + New Features

Send event to specifics objects

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 602 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.
  • A Offline
    A Offline
    andrea993.93
    wrote on last edited by
    #1

    I'm developing a software with qt.
    I have a thread that should sends events.
    I want that some objects can open a specific flow with the thread.
    The thread should register the objects that open the flow.
    Through the flow, the objects will send requests to the thread and when the thread done a request it should notify it only to the object that had requested it.

    I think that the solution is an event listener, but the thread should send the request only to the object that had opened the flow.
    How can I implement this function?

    Thank you
    Regards,
    Andrea

    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