KDEUI
dictionarycombobox.h
void dictionaryNameChanged(const QString &dictionaryName)
Emitted whenever the current dictionary changes.
A combo box for selecting the dictionary used for spell checking.
Definition: dictionarycombobox.h:39
QString currentDictionaryName() const
Returns the current dictionary name, for example "German (Switzerland)".
void reloadCombo()
Clears the widget and reloads the dictionaries from Sonnet.
void setCurrentByDictionary(const QString &dictionary)
Sets the current dictionary to the given dictionary.
void dictionaryChanged(const QString &dictionary)
Emitted whenever the current dictionary changes.
void setCurrentByDictionaryName(const QString &dictionaryName)
Sets the current dictionaryName to the given dictionaryName.
QString currentDictionary() const
Returns the current dictionary, for example "de_CH".
dialog.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.