PimCommon::SpellCheckLineEdit

Search for usage in LXR

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.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

Definition at line 18 of file spellchecklineedit.h.

Constructor & Destructor Documentation

◆ SpellCheckLineEdit()

SpellCheckLineEdit::SpellCheckLineEdit ( QWidget parent,
const QString configFile 
)
explicit

Constructs a SpellCheckLineEdit object.

Parameters
parentof widget
configFileconfig file name for spell checking

Definition at line 15 of file spellchecklineedit.cpp.

◆ ~SpellCheckLineEdit()

SpellCheckLineEdit::~SpellCheckLineEdit ( )
overridedefault

Destructor.

Member Function Documentation

◆ focusUp

void PimCommon::SpellCheckLineEdit::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

KDE's Doxygen guidelines are available online.