KWallet
knewwalletdialog.cpp
22KNewWalletDialog::KNewWalletDialog(const QString &appName, const QString &walletName, QWidget *parent)
44KNewWalletDialogIntro::KNewWalletDialogIntro(const QString &appName, const QString &walletName, QWidget *parent)
50 i18n("<qt>KDE has requested to create a new wallet named '<b>%1</b>'. This is used to store sensitive data in a secure fashion. Please choose the "
55 i18n("<qt>The application '<b>%1</b>' has requested to create a new wallet named '<b>%2</b>'. This is used to store sensitive data in a secure "
56 "fashion. Please choose the new wallet's type below or click cancel to deny the application's request.</qt>",
125 i18n("The GpgME library failed to initialize for the OpenPGP protocol. Please check your system's configuration then try again."));
132 i18n("The GpgME library failed to initialize for the OpenPGP protocol. Please check your system's configuration then try again."));
153 i18n("Seems that your system has no keys suitable for encryption. Please set-up at least one encryption key, then try again."));
169 QVariant varKey = _ui.listCertificates->item(_ui.listCertificates->currentRow(), 0)->data(Qt::UserRole);
QString i18n(const char *text, const TYPE &arg...)
void error(QWidget *parent, const QString &text, const QString &title, const KGuiItem &buttonOk, Options options=Notify)
KIOCORE_EXPORT QStringList list(const QString &fileClass)
QString name(StandardAction id)
QCA_EXPORT QString appName()
QString arg(Args &&... args) const const
bool isEmpty() const const
UserRole
QTableWidgetItem * item(int row, int column) const const
void setItem(int row, int column, QTableWidgetItem *item)
virtual void setData(int role, const QVariant &value)
void * data()
void setValue(QVariant &&value)
T value() const const
void setupUi(QWidget *widget)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:12 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:12 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.