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 « QNetworkProxyQuery »

Constructeur PySide6.QtNetwork.QNetworkProxyQuery.__init__

Signature de la constructeur __init__

Description

__init__.__doc__

__init__(self) -> None
__init__(self, bindPort: int, protocolTag: str = '', queryType: PySide6.QtNetwork.QNetworkProxyQuery.QueryType = PySide6.QtNetwork.QNetworkProxyQuery.QueryType.TcpServer) -> None
__init__(self, hostname: str, port: int, protocolTag: str = '', queryType: PySide6.QtNetwork.QNetworkProxyQuery.QueryType = PySide6.QtNetwork.QNetworkProxyQuery.QueryType.TcpSocket) -> None
__init__(self, other: Union[PySide6.QtNetwork.QNetworkProxyQuery, PySide6.QtCore.QUrl, int]) -> None
__init__(self, requestUrl: Union[PySide6.QtCore.QUrl, str], queryType: PySide6.QtNetwork.QNetworkProxyQuery.QueryType = PySide6.QtNetwork.QNetworkProxyQuery.QueryType.UrlRequest) -> None

Initialize self.  See help(type(self)) for accurate signature.