NAME
Qt::Network::QAuthenticator
PUBLIC METHODS
- QAuthenticator()
- QAuthenticator(const QAuthenticator & other)
- ~QAuthenticator()
- void detach()
- bool isNull()
- bool operator!=(const QAuthenticator & other)
- QAuthenticator & operator=(const QAuthenticator & other)
- bool operator==(const QAuthenticator & other)
- QVariant option(const QString & opt)
- QHash<QString,QVariant> options()
- QString password()
- QString realm()
- void setOption(const QString & opt, const QVariant & value)
- void setPassword(const QString & password)
- void setUser(const QString & user)
- QString user()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.