QFutureWatcherQString¶

Inheritance diagram of PySide2.QtConcurrent.QFutureWatcherQString

Synopsis¶

Functions¶

Detailed Description¶

class PySide2.QtConcurrent.QFutureWatcherQString([_parent=None])¶
Parameters:

_parent – PySide2.QtCore.QObject

PySide2.QtConcurrent.QFutureWatcherQString.future()¶
Return type:

PySide2.QtCore.QFuture

PySide2.QtConcurrent.QFutureWatcherQString.result()¶
Return type:

str

PySide2.QtConcurrent.QFutureWatcherQString.resultAt(index)¶
Parameters:

index – int

Return type:

str

PySide2.QtConcurrent.QFutureWatcherQString.setFuture(future)¶
Parameters:

future – PySide2.QtCore.QFuture