QFutureQString¶
Synopsis¶
Functions¶
def
__eq__
(other)def
__ne__
(other)def
cancel
()def
isCanceled
()def
isFinished
()def
isPaused
()def
isResultReadyAt
(resultIndex)def
isRunning
()def
isStarted
()def
pause
()def
progressMaximum
()def
progressMinimum
()def
progressText
()def
progressValue
()def
result
()def
resultAt
(index)def
resultCount
()def
results
()def
resume
()def
setPaused
(paused)def
togglePaused
()def
waitForFinished
()
Detailed Description¶
- class PySide2.QtConcurrent.QFutureQString¶
PySide2.QtConcurrent.QFutureQString(QFutureQString)
- Parameters:
QFutureQString –
PySide2.QtConcurrent.QFutureQString
- PySide2.QtConcurrent.QFutureQString.cancel()¶
- PySide2.QtConcurrent.QFutureQString.isCanceled()¶
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.isFinished()¶
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.isPaused()¶
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.isResultReadyAt(resultIndex)¶
- Parameters:
resultIndex – int
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.isRunning()¶
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.isStarted()¶
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.__ne__(other)¶
- Parameters:
other –
PySide2.QtCore.QFuture
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.__eq__(other)¶
- Parameters:
other –
PySide2.QtCore.QFuture
- Return type:
bool
- PySide2.QtConcurrent.QFutureQString.pause()¶
- PySide2.QtConcurrent.QFutureQString.progressMaximum()¶
- Return type:
int
- PySide2.QtConcurrent.QFutureQString.progressMinimum()¶
- Return type:
int
- PySide2.QtConcurrent.QFutureQString.progressText()¶
- Return type:
str
- PySide2.QtConcurrent.QFutureQString.progressValue()¶
- Return type:
int
- PySide2.QtConcurrent.QFutureQString.result()¶
- Return type:
str
- PySide2.QtConcurrent.QFutureQString.resultAt(index)¶
- Parameters:
index – int
- Return type:
str
- PySide2.QtConcurrent.QFutureQString.resultCount()¶
- Return type:
int
- PySide2.QtConcurrent.QFutureQString.results()¶
- Return type:
- PySide2.QtConcurrent.QFutureQString.resume()¶
- PySide2.QtConcurrent.QFutureQString.setPaused(paused)¶
- Parameters:
paused – bool
- PySide2.QtConcurrent.QFutureQString.togglePaused()¶
- PySide2.QtConcurrent.QFutureQString.waitForFinished()¶
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.