![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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] | |
Variables | |
| QNetworkProxy | proxy = scene.addWidget(edit) |
| [0] | |
| proxy setHostName | ( | "proxy.example.com" | ) |
| proxy setPassword | ( | "password" | ) |
| proxy setPort | ( | 1080 | ) |
| server setProxy | ( | QNetworkProxy::NoProxy | ) |
[0]
[1]
[2]
| proxy setType | ( | QNetworkProxy::Socks5Proxy | ) |
| proxy setUser | ( | "username" | ) |
| auto proxy = scene.addWidget(edit) |