emresel
Full Member level 5
Hi;
I am not sure if much people in here interesting Qt.
It is based on signals and slots. I am also new on that...
What i want to do is to trigger a slot when two signals are emitted.
Something "if signal1 and signal2 is emitted then trigger slot".
I couldn't figure out how to do so.
Basically connecting two signals to a slot doesn't help, because in this case "when signal1 or signal2 emitted, then slot is executed".
It is "or" logic of signals.
Somehow i need "and" logic.
Any idea?
Kind regards
I am not sure if much people in here interesting Qt.
It is based on signals and slots. I am also new on that...
What i want to do is to trigger a slot when two signals are emitted.
Something "if signal1 and signal2 is emitted then trigger slot".
I couldn't figure out how to do so.
Basically connecting two signals to a slot doesn't help, because in this case "when signal1 or signal2 emitted, then slot is executed".
It is "or" logic of signals.
Somehow i need "and" logic.
Any idea?
Kind regards