Mailcommon
filteractionwithtest.cpp
14FilterActionWithTest::FilterActionWithTest(const QString &name, const QString &label, QObject *parent)
32 connect(soundWidget, &SoundTestWidget::textChanged, this, &FilterActionWithTest::filterActionModified);
64 return label() + QLatin1StringView(" \"") + argsAsString().toHtmlEscaped() + QLatin1StringView("\"");
void filterActionModified()
Called to notify that the current FilterAction has had some value modification.
void textChanged(const QString &)
This signal is emitted when the user enters a new URL.
QString name(StandardAction id)
QAction * clear(const QObject *recvr, const char *slot, QObject *parent)
QString label(StandardShortcut id)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
QString toHtmlEscaped() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.