ProxyCredentialsDialog Class
(Utils::ProxyCredentialsDialog)| Header: | #include <ProxyCredentialsDialog> |
| Inherits: | QDialog |
Public Functions
| ProxyCredentialsDialog(const QNetworkProxy &proxy, QWidget *parent = 0) | |
| ~ProxyCredentialsDialog() | |
| QString | password() const |
| void | setPassword(const QString &passwd) |
| void | setUserName(const QString &username) |
| QString | userName() const |
Additional Inherited Members
- 2 properties inherited from QDialog
- 58 properties inherited from QWidget
- 5 public slots inherited from QDialog
- 19 public slots inherited from QWidget
- 3 signals inherited from QDialog
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 7 protected functions inherited from QDialog
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Dialog for asking the user about proxy credentials (username, password).
Member Function Documentation
ProxyCredentialsDialog::ProxyCredentialsDialog(const QNetworkProxy &proxy, QWidget *parent = 0)
Default constructs an instance of ProxyCredentialsDialog.
ProxyCredentialsDialog::~ProxyCredentialsDialog()
Destroys the instance of ProxyCredentialsDialog.
QString ProxyCredentialsDialog::password() const
See also setPassword().
void ProxyCredentialsDialog::setPassword(const QString &passwd)
See also password().
void ProxyCredentialsDialog::setUserName(const QString &username)
See also userName().
QString ProxyCredentialsDialog::userName() const
See also setUserName().