kwallet
walletcontrolwidget.cpp
Go to the documentation of this file.
91 _stateLabel->setText(i18nc("the 'kdewallet' is currently open (e.g. %1 will be replaced with current wallet name)", "The '%1' wallet is currently open", _walletName));
113 // TODO create some fancy animation here to make _walletEditor appear or dissapear in a fancy way
118 rc = KMessageBox::warningYesNo(this, i18n("Unable to close wallet cleanly. It is probably in use by other applications. Do you wish to force it closed?"), QString(), KGuiItem(i18n("Force Closure")), KGuiItem(i18n("Do Not Force")));
void setupUi(QWidget *widget)
Definition: applicationsmanager.h:33
virtual void showEvent(QShowEvent *)
Definition: walletcontrolwidget.cpp:171
WalletControlWidget(QWidget *parent, const QString &walletName)
Definition: walletcontrolwidget.cpp:35
QWidget * window() const
QObject * sender() const
QVariant data() const
virtual void setVisible(bool visible)
void setWallet(KWallet::Wallet *wallet, bool isPath=false)
Definition: kwalleteditor.cpp:175
void updateWalletDisplay()
Definition: walletcontrolwidget.cpp:142
void setEnabled(bool)
void onDisconnectApplication()
Definition: walletcontrolwidget.cpp:153
void setWallet(KWallet::Wallet *wallet)
Definition: applicationsmanager.cpp:45
WId winId() const
Definition: kwalleteditor.cpp:945
Definition: kwalleteditor.h:42
QIcon fromTheme(const QString &name, const QIcon &fallback)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
WId effectiveWinId() const
QString toString() const
singleShot
virtual void hideEvent(QHideEvent *)
Definition: walletcontrolwidget.cpp:167
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.