akregator
actions.cpp
Go to the documentation of this file.
33 QAction* Akregator::createOpenLinkInNewTabAction( const KUrl& url, QObject* receiver, const char* slot, QObject* parent )
35 QAction* action = new QAction( KIcon( QLatin1String("tab-new") ), i18n( "Open Link in New &Tab" ), parent );
42 QAction* Akregator::createOpenLinkInExternalBrowserAction( const KUrl& url, QObject* receiver, const char* slot, QObject* parent )
44 QAction* action = new QAction( KIcon( QLatin1String("window-new") ), i18n( "Open Link in External &Browser" ), parent );
void setData(const QVariant &userData)
AKREGATOR_EXPORT QAction * createOpenLinkInExternalBrowserAction(const KUrl &url, QObject *receiver=0, const char *slot=0, QObject *parent=0)
Definition: actions.cpp:42
AKREGATOR_EXPORT QAction * createOpenLinkInNewTabAction(const KUrl &url, QObject *receiver=0, const char *slot=0, QObject *parent=0)
Definition: actions.cpp:33
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:00 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:34:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.