QFutureQString

Inheritance diagram of PySide6.QtConcurrent.QFutureQString

Synopsis

Functions

Detailed Description

class PySide6.QtConcurrent.QFutureQString

PySide6.QtConcurrent.QFutureQString(QFutureQString)

Parameters

QFutureQStringPySide6.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()