ewoksorange.bindings.qtapp.QtEvent#

class ewoksorange.bindings.qtapp.QtEvent[source]#

Bases: object

Event that also works for Qt applications with an event loop that needs to run manually

clear()[source]#
Return type:

None

set()[source]#
Return type:

None

wait(timeout=None)[source]#

Processes events associated to the calling thread while waiting

Parameters:

timeout (Optional[float])

Return type:

bool