KDEUI
dictionarycombobox.h
Go to the documentation of this file.
KComboBox(QWidget *parent=0)
Constructs a read-only or rather select-only combo box with a parent object and a name.
Definition kcombobox.cpp:57
void setCurrentByDictionaryName(const QString &dictionaryName)
Sets the current dictionaryName to the given dictionaryName.
QString currentDictionaryName() const
Returns the current dictionary name, for example "German (Switzerland)".
void dictionaryChanged(const QString &dictionary)
Emitted whenever the current dictionary changes.
void reloadCombo()
Clears the widget and reloads the dictionaries from Sonnet.
void dictionaryNameChanged(const QString &dictionaryName)
Emitted whenever the current dictionary changes.
void setCurrentByDictionary(const QString &dictionary)
Sets the current dictionary to the given dictionary.
QString currentDictionary() const
Returns the current dictionary, for example "de_CH".
dialog.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.