PySide6.QtConcurrent.QFutureQString¶
- class QFutureQString¶
Synopsis¶
Methods¶
def
__init__()def
cancel()def
isCanceled()def
isFinished()def
isPaused()def
isRunning()def
isStarted()def
isSuspended()def
isSuspending()def
isValid()def
pause()def
progressText()def
progressValue()def
resultCount()def
resume()def
setPaused()def
setSuspended()def
suspend()def
togglePaused()
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¶
- __init__()¶
- cancel()¶
- isCanceled()¶
- Return type:
bool
- isFinished()¶
- Return type:
bool
- isPaused()¶
- Return type:
bool
Note
This function is deprecated.
- isRunning()¶
- Return type:
bool
- isStarted()¶
- Return type:
bool
- isSuspended()¶
- Return type:
bool
- isSuspending()¶
- Return type:
bool
- isValid()¶
- Return type:
bool
- pause()¶
Note
This function is deprecated.
- progressMaximum()¶
- Return type:
int
- progressMinimum()¶
- Return type:
int
- progressText()¶
- Return type:
str
- progressValue()¶
- Return type:
int
- resultCount()¶
- Return type:
int
- resume()¶
- setPaused(paused)¶
- Parameters:
paused – bool
Note
This function is deprecated.
- setSuspended(suspend)¶
- Parameters:
suspend – bool
- suspend()¶
- togglePaused()¶
Note
This function is deprecated.
- toggleSuspended()¶
- waitForFinished()¶