QFutureQString#

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtConcurrent.QFutureQString#
PySide6.QtConcurrent.QFutureQString.cancel()#
PySide6.QtConcurrent.QFutureQString.isCanceled()#
Return type:

bool

PySide6.QtConcurrent.QFutureQString.isFinished()#
Return type:

bool

PySide6.QtConcurrent.QFutureQString.isPaused()#
Return type:

bool

Note

This function is deprecated.

PySide6.QtConcurrent.QFutureQString.isRunning()#
Return type:

bool

PySide6.QtConcurrent.QFutureQString.isStarted()#
Return type:

bool

PySide6.QtConcurrent.QFutureQString.isSuspended()#
Return type:

bool

PySide6.QtConcurrent.QFutureQString.isSuspending()#
Return type:

bool

PySide6.QtConcurrent.QFutureQString.isValid()#
Return type:

bool

PySide6.QtConcurrent.QFutureQString.pause()#

Note

This function is deprecated.

PySide6.QtConcurrent.QFutureQString.progressMaximum()#
Return type:

int

PySide6.QtConcurrent.QFutureQString.progressMinimum()#
Return type:

int

PySide6.QtConcurrent.QFutureQString.progressText()#
Return type:

str

PySide6.QtConcurrent.QFutureQString.progressValue()#
Return type:

int

PySide6.QtConcurrent.QFutureQString.resultCount()#
Return type:

int

PySide6.QtConcurrent.QFutureQString.resume()#
PySide6.QtConcurrent.QFutureQString.setPaused(paused)#
Parameters:

paused – bool

Note

This function is deprecated.

PySide6.QtConcurrent.QFutureQString.setSuspended(suspend)#
Parameters:

suspend – bool

PySide6.QtConcurrent.QFutureQString.suspend()#
PySide6.QtConcurrent.QFutureQString.togglePaused()#

Note

This function is deprecated.

PySide6.QtConcurrent.QFutureQString.toggleSuspended()#
PySide6.QtConcurrent.QFutureQString.waitForFinished()#