[PyQt] How to use Q_NOREPLY on Pyqt5?

Phil Thompson phil at riverbankcomputing.com
Wed Apr 25 17:46:34 BST 2018


On 25 Apr 2018, at 5:23 pm, Gabriel de Souza Fedel <gabriel.fedel at lnls.br> wrote:
> 
> Hello,
> 
> I'm using QtDbus, from PyQt5 and would like to use macro Q_NOREPLY ( https://doc.qt.io/qt-5.10/qdbusabstractadaptor.html#Q_NOREPLY )
> 
> Someone knows how use it with PyQt5 ?

You can't. You have to set the mode to NoBlock when making the call.

Phil


More information about the PyQt mailing list