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.
A widget to play a sound from a given URL.
Definition soundtestwidget.h:26
void textChanged(const QString &)
This signal is emitted when the user enters a new URL.
QString name(StandardAction id)
KGuiItem clear()
QString label(StandardShortcut id)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
bool isEmpty() const const
QString toHtmlEscaped() const const
QString trimmed() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:01 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:09:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.