libkdepim
spellchecklineedit.cpp
Go to the documentation of this file.
140 QSize s = style()->sizeFromContents(QStyle::CT_LineEdit, &opt, QSize(100, h).expandedTo(QApplication::globalStrut()), this);
188 static inline QString i18n_kdelibs4(const char *str) { return ki18n(str).toString(QLatin1String("kdelibs4")); }
227 languageAction->setChecked(spellCheckingLanguage() == i.value() || (spellCheckingLanguage().isEmpty()
text
QSize minimumSizeHint() const
Definition: spellchecklineedit.cpp:145
void setActivateLanguageMenu(bool activate)
Definition: spellchecklineedit.cpp:95
QObject * sender() const
QVariant data() const
int descent() const
QString & remove(int position, int n)
QSize globalStrut()
void initFrom(const QWidget *widget)
void insertLanguageMenu(QMenu *contextMenu)
Definition: spellchecklineedit.cpp:190
QString text() const
void createHighlighter()
Definition: spellchecklineedit.cpp:101
bool isEmpty() const
void languageSelected()
Definition: spellchecklineedit.cpp:238
int key() const
bool contains(QChar ch, Qt::CaseSensitivity cs) const
bool activateLanguageMenu() const
Definition: spellchecklineedit.cpp:90
QString & replace(int position, int n, QChar after)
SpellCheckLineEdit(QWidget *parent, const QString &configFile)
Constructs a SpellCheckLineEdit object.
Definition: spellchecklineedit.cpp:62
void focusDown()
void keyPressEvent(QKeyEvent *)
Definition: spellchecklineedit.cpp:113
QList< QAction * > actions() const
void setExclusive(bool)
QString toString() const
void focusUp()
Emitted when the user uses the up arrow in the first line.
void insertFromMimeData(const QMimeData *source)
Definition: spellchecklineedit.cpp:150
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:50 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:33:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.