Qt Forum

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

    Track multiple instances of a QApplication

    General and Desktop
    2
    2
    1045
    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.
    • A
      amban last edited by

      Hi,
      I have an application which is used by multiple users. The application is located on a server.
      I want to achieve the scenario where if User A clicks a QPushButton, I want to warn User B with some message on his desktop.
      How can I track which users are using the application ? How to display on the right desktop / screen ?

      Kindly provide some ideas / advise.

      Thanks very much.

      1 Reply Last reply Reply Quote 0
      • S
        slesa last edited by

        Normally, you would use something like a message bus system, with a publish/subscribe mechanism.

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