Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
In a Qt application, the main thread runs in an event loop. If this Qt application receives a signal it had registered for on the Qt D-Bus, what thread will handle the signal. Is it the main thread or will another thread be created to handle it?
Thanks.