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)
- QString password()
- QString realm()
- void setPassword(const QString & password)
- void setUser(const QString & user)
- QString user()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.