Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

QProcess and Signal/Slot

$
0
0
Hi, I have make an IPC with DBus between two applications. The main app start the second application. I need to receive signal from the second app and do something with my slot in the main app. The problem is : I can’t receive signal because I use QProcess::start() and not QProcess::startDetached() and I need to use start(). Any idea? Thanks for answers

Viewing all articles
Browse latest Browse all 13965

Trending Articles