Messagelib
findbarbase.cpp
58 mFindNextBtn = new QPushButton(QIcon::fromTheme(QStringLiteral("go-down-search")), i18nc("Find and go to the next search match", "Next"), this);
64 mFindPrevBtn = new QPushButton(QIcon::fromTheme(QStringLiteral("go-up-search")), i18nc("Find and go to the previous search match", "Previous"), this);
154 mPositiveBackground = QStringLiteral("QLineEdit{ background-color:%1 }").arg(bgBrush.brush(mSearch->palette()).color().name());
156 mNegativeBackground = QStringLiteral("QLineEdit{ background-color:%1 }").arg(bgBrush.brush(mSearch->palette()).color().name());
PositiveBackground
NegativeBackground
QString i18nc(const char *context, const char *text, const TYPE &arg...)
QString i18n(const char *text, const TYPE &arg...)
AKONADI_CALENDAR_EXPORT KCalendarCore::Event::Ptr event(const Akonadi::Item &item)
QString label(StandardShortcut id)
void clicked(bool checked)
void toggled(bool checked)
ShortcutOverride
void accept()
Type type() const const
QIcon fromTheme(const QString &name)
void clear()
void setText(const QString &)
void clear()
void returnPressed()
void selectAll()
text
void textChanged(const QString &text)
Q_EMITQ_EMIT
Preferred
QString arg(Args &&... args) const const
bool isEmpty() const const
Key_Escape
ShiftModifier
PlainText
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
singleShot
void clearFocus()
void setEnabled(bool)
virtual bool event(QEvent *event) override
palette
void setFocus()
styleSheet
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.