kleopatra
clipboardmenu.cpp
Go to the documentation of this file.
63 connect( mOpenPGPSignClipboardAction, SIGNAL(triggered()), this, SLOT(slotOpenPGPSignClipboard()) );
64 connect( mDecryptVerifyClipboardAction, SIGNAL(triggered()), this, SLOT(slotDecryptVerifyClipboard()) );
70 connect( QApplication::clipboard(), SIGNAL(changed(QClipboard::Mode)), this, SLOT(slotEnableDisableActions()) );
124 mImportClipboardAction->setEnabled( ImportCertificateFromClipboardCommand::canImportCurrentClipboard() );
128 mDecryptVerifyClipboardAction->setEnabled( DecryptVerifyClipboardCommand::canDecryptVerifyCurrentClipboard() );
QClipboard * clipboard()
Definition: classify.h:49
Definition: classify.h:48
void setParent(QObject *parent)
Exception-safe and convenient wrapper around QObject::blockSignals()
Definition: kdsignalblocker.h:30
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
Definition: commands/command.h:58
Definition: kgpgconf/mainwindow.h:47
void setEnabled(bool)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 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:33:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.