Value | Meaning |
---|---|
connectDeferred1 | Connect a signal in deferred mode. This way, signal emissions are stored in a queue, then set on idle time. |
connectPersist2 | Persisting connections are saved when the object is serialized to file. |
connectOneshot4 | One shot connections disconnect themselves after emission. |
connectReferenceCounted8 |