diff --git a/proxyface/proxyauth.hxx b/proxyface/proxyauth.hxx new file mode 100644 index 0000000..384eb4b --- /dev/null +++ b/proxyface/proxyauth.hxx @@ -0,0 +1,22 @@ +/*! @file + + @id $Id$ +*/ +// 1 2 3 4 5 6 7 8 +// 45678901234567890123456789012345678901234567890123456789012345678901234567890 + +#ifndef __PROXYAUTH_HXX__ +#define __PROXYAUTH_HXX__ + +#include +#include + +class ProxyAuth: public QDialog, public Ui::ProxyAuth { + Q_OBJECT + public: + ProxyAuth(QWidget* p): QDialog(p) { + setupUi(this); + } +}; + +#endif diff --git a/proxyface/proxyauth.ui b/proxyface/proxyauth.ui new file mode 100644 index 0000000..fbb12d1 --- /dev/null +++ b/proxyface/proxyauth.ui @@ -0,0 +1,119 @@ + + + ProxyAuth + + + + 0 + 0 + 384 + 173 + + + + Proxy Authentication + + + + + + Please logon to: + + + + + + + ... + + + + + + + + + Username: + + + + + + + + + + Password: + + + + + + + QLineEdit::Password + + + + + + + + + Qt::Vertical + + + + 20 + 11 + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + ProxyAuth + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + ProxyAuth + reject() + + + 316 + 260 + + + 286 + 274 + + + + +