Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « QInputDialog »

Méthode PySide6.QtWidgets.QInputDialog.getDouble

Signature de la méthode getDouble

def getDouble(parent: PySide6.QtWidgets.QWidget, title: str, label: str, value: float, minValue: float = 0, maxValue: float = -2147483647, decimals: int = 2147483647, flags: PySide6.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags), step: float = 1) -> Tuple[float, bool] 

Description

getDouble.__doc__

getDouble(parent: PySide6.QtWidgets.QWidget, title: str, label: str, value: float, minValue: float = 0, maxValue: float = -2147483647, decimals: int = 2147483647, flags: PySide6.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags), step: float = 1) -> Tuple[float, bool]