KHTML
Go to the documentation of this file.
34 m_store->setIcon(
KIcon(
"document-save" ) );
36 m_neverForThisSite->setIcon(
KIcon(
"process-stop" ) );
37 m_doNotStore->setIcon(
KIcon(
"dialog-cancel" ) );
40 QPalette pal = palette();
43 setBackgroundRole(QPalette::Base);
44 setAutoFillBackground(
true);
46 connect( m_store, SIGNAL(clicked()),
this, SIGNAL(
storeClicked()) );
47 connect( m_neverForThisSite, SIGNAL(clicked()),
this,
49 connect( m_doNotStore, SIGNAL(clicked()),
this,
59 m_label->setText(
i18n(
"Do you want to store this password?") );
61 m_label->setText(
i18n(
"Do you want to store this password for %1?", host) );
69 connect( &m_storePassBar, SIGNAL(storeClicked()),
this, SLOT(slotStoreClicked()) );
70 connect( &m_storePassBar, SIGNAL(neverForThisSiteClicked()),
this,
71 SLOT(slotNeverForThisSiteClicked()) );
72 connect( &m_storePassBar, SIGNAL(doNotStoreClicked()),
this,
73 SLOT(slotDoNotStoreClicked()) );
84 if (!config.
readEntry(
"OfferToSaveWebsitePassword",
true))
89 m_walletMap = walletMap;
101 m_storePassBar.
setHost(m_host);
104 void StorePass::slotStoreClicked()
106 m_part->saveToWallet(m_key, m_walletMap);
110 void StorePass::slotNeverForThisSiteClicked()
112 m_part->
view()->addNonPasswordStorableSite(m_host);
116 void StorePass::slotDoNotStoreClicked()
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 22:03:45 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.