Project

General

Profile

Update more apps with signal/slot

Added by Dominik Baláž almost 7 years ago

I would like to update content of more apps by emitting signal from one model, which is captured by widgets from all connected apps. Always only one app which emitted signal react to change. Right now i am using server.post(), but i would like to not depend on it.

Any help?

M.


Replies (2)

RE: Update more apps with signal/slot - Added by Wim Dumon almost 7 years ago

The signal/slot mechanism can only be used within the context of a single session. You can in general not communicate with signal/slots between sessions. server.post() is indeed the method to use for triggering events between sessions.

Wim.

RE: Update more apps with signal/slot - Added by Dominik Baláž almost 7 years ago

Thanks for the quick answer.

M.

    (1-2/2)