0557fea79e
From the QApplication.postEvent docs: http://doc.qt.io/qt-5/qcoreapplication.html#postEvent The event must be allocated on the heap since the post event queue will take ownership of the event and delete it once it has been posted. It is not safe to access the event after it has been posted. We can't reliably guarantee that from Python, so we need to use sendEvent instead. |
||
---|---|---|
.. | ||
usertypes | ||
overflow_test_cases.py | ||
test_debug.py | ||
test_error.py | ||
test_javascript_string_escape.html | ||
test_javascript.py | ||
test_jinja.py | ||
test_log.py | ||
test_qtutils.py | ||
test_standarddir.py | ||
test_typing.py | ||
test_urlutils.py | ||
test_utils.py | ||
test_version.py |