PimCommon::SpellCheckLineEdit
PimCommon::SpellCheckLineEdit Class Reference
#include <spellchecklineedit.h>
Inheritance diagram for PimCommon::SpellCheckLineEdit:

Signals | |
void | focusDown () |
void | focusUp () |
Public Member Functions | |
SpellCheckLineEdit (QWidget *parent, const QString &configFile) | |
~SpellCheckLineEdit () override | |
Protected Member Functions | |
void | insertFromMimeData (const QMimeData *source) override |
void | keyPressEvent (QKeyEvent *) override |
QSize | minimumSizeHint () const override |
QSize | sizeHint () const override |
Detailed Description
The SpellCheckLineEdit class.
Definition at line 18 of file spellchecklineedit.h.
Constructor & Destructor Documentation
◆ SpellCheckLineEdit()
Constructs a SpellCheckLineEdit object.
- Parameters
-
parent of widget configFile config file name for spell checking
Definition at line 15 of file spellchecklineedit.cpp.
◆ ~SpellCheckLineEdit()
|
overridedefault |
Destructor.
Member Function Documentation
◆ focusUp
|
signal |
Emitted when the user uses the up arrow in the first line.
The application should then put the focus on the widget above the text edit.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:53:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:53:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.