Re: [Interest] Help, I'm in QML signal hell

2019-11-04 Thread Jason H
ve passed function 9 (PSF09). Passing 9 is what starts 10. > Sent: Friday, November 01, 2019 at 11:45 AM > From: "Giuseppe D'Angelo via Interest" > To: interest@qt-project.org > Subject: Re: [Interest] Help, I'm in QML signal hell > > Il 01/11/19 17:

Re: [Interest] Help, I'm in QML signal hell

2019-11-01 Thread Giuseppe D'Angelo via Interest
Il 01/11/19 17:42, Jason H ha scritto: I am using signals/slots in QML and the signal emissions are getting inverted. Here's my example: bool Socket::emitSignalForOp(const QByteArray &) "STF10" 10 bool Socket::emitSignalForOp(const QByteArray &) "PSF09" 11 STF10 necessarily comes after PSF09. I

[Interest] Help, I'm in QML signal hell

2019-11-01 Thread Jason H
I am using signals/slots in QML and the signal emissions are getting inverted. Here's my example: bool Socket::emitSignalForOp(const QByteArray &) "STF10" 10 bool Socket::emitSignalForOp(const QByteArray &) "PSF09" 11 STF10 necessarily comes after PSF09. In wall-clock time it does. But Qt is not