KDEUI
configwidget.cpp
Go to the documentation of this file.
75 d->ui.m_checkerEnabledByDefaultCB->setChecked( d->loader->settings()->checkerEnabledByDefault() );
88 connect(d->ui.m_checkerEnabledByDefaultCB, SIGNAL(clicked(bool)), this, SIGNAL(configChanged()));
void setLanguage(const QString &language)
Sets the language/dictionary that will be selected by default in this config widget.
Definition configwidget.cpp:143
QString language() const
Get the currently selected language for spell checking.
Definition configwidget.cpp:148
bool backgroundCheckingButtonShown() const
Definition configwidget.cpp:129
ConfigWidget(KConfig *config, QWidget *parent)
Definition configwidget.cpp:46
void setBackgroundCheckingButtonShown(bool)
Definition configwidget.cpp:124
Settings * settings() const
static Loader * openLoader()
void setSkipRunTogether(bool)
void setDefaultLanguage(const QString &lang)
bool checkUppercase() const
void setBackgroundCheckerEnabled(bool)
QStringList currentIgnoreList() const
QString defaultLanguage() const
bool backgroundCheckerEnabled() const
void setCheckerEnabledByDefault(bool)
void restore(KConfig *config)
void setCheckUppercase(bool)
bool skipRunTogether() const
bool checkerEnabledByDefault() const
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.