Messagelib
recipientline.cpp
3 SPDX-FileCopyrightText: 2009-2010 Klaralvdalens Datakonsult AB, a KDAB Group company <[email protected]>
46 if (ev->key() == Qt::Key_Left && cursorPosition() == 0 && !ev->modifiers().testFlag(Qt::ShiftModifier)) { // Shift would be pressed during selection
86 connect(mEdit, &RecipientLineEdit::editingFinished, this, &RecipientLineNG::slotEditingFinished);
87 connect(mEdit, &RecipientLineEdit::clearButtonClicked, this, &RecipientLineNG::slotPropagateDeletion);
155 if (KEmailAddress::splitAddress(editStr, displayName, addrSpec, comment) == KEmailAddress::AddressOk) {
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...
Definition: attachmentcontrollerbase.h:25
FocusIn
virtual void keyPressEvent(QKeyEvent *e) override
Q_EMITQ_EMIT
int count(const T &value) const const
AddressOk
virtual bool event(QEvent *event) override
void rightPressed()
KCODECS_EXPORT QStringList splitAddressList(const QString &aStr)
CompletionMode
KCODECS_EXPORT EmailParseResult splitAddress(const QByteArray &address, QByteArray &displayName, QByteArray &addrSpec, QByteArray &comment)
Qt::KeyboardModifiers modifiers() const const
QString i18n(const char *text, const TYPE &arg...)
void deleteLine(KPIM::MultiplyingLine *)
void setTabOrder(QWidget *first, QWidget *second)
void textChanged(const QString &text)
Key_Right
AKONADI_CALENDAR_EXPORT QString displayName(Akonadi::ETMCalendar *calendar, const Akonadi::Collection &collection)
void setRecentAddressConfig(KConfig *config)
Sets the config file used for storing recent addresses.
Definition: recipientline.cpp:245
void updateGeometry()
int key() const const
QString i18nc(const char *context, const char *text, const TYPE &arg...)
Expanding
ShiftModifier
void setFocus()
QWidget * parentWidget() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Mar 23 2023 04:03:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Mar 23 2023 04:03:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.