Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.3
-
None
Description
It's unclear from the documentation as well as the Python imports how to use QtConcurrent from within Python. Might be a documentation issue or actually an incomplete module.
PySide6.QtConcurrent contains 'QFutureQString', 'QFutureVoid', 'QFutureWatcherQString', 'QFutureWatcherVoid', 'QIntList', 'QtConcurrent'
So the futures for some types exist. However, there is no QtConcurrent.run method for example that could be used.
Attachments
Issue Links
- relates to
-
PYSIDE-1202 QFuture & QFutureInterface bindings are badly needed QtCreator python bindings
- Reported
-
PYSIDE-2234 QRunnable::create isn't exposed to Python code
- Closed