QtBase  v6.3.1
Functions | Variables
src_network_kernel_qnetworkproxy.cpp File Reference

Go to the source code of this file.

Functions

proxy setType (QNetworkProxy::Socks5Proxy)
 
proxy setHostName ("proxy.example.com")
 
proxy setPort (1080)
 
proxy setUser ("username")
 
proxy setPassword ("password")
 
serverSocket setProxy (QNetworkProxy::NoProxy)
 [0] More...
 

Variables

QNetworkProxy proxy = scene.addWidget(edit)
 [0] More...
 

Function Documentation

◆ setHostName()

proxy setHostName ( "proxy.example.com"  )

◆ setPassword()

proxy setPassword ( "password"  )

◆ setPort()

proxy setPort ( 1080  )

◆ setProxy()

[0]

[1]

Here is the caller graph for this function:

◆ setType()

◆ setUser()

proxy setUser ( "username"  )

Variable Documentation

◆ proxy

[0]

Definition at line 52 of file src_network_kernel_qnetworkproxy.cpp.