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()));
QLayout * layout() const
ConfigWidget(KConfig *config, QWidget *parent)
Definition: configwidget.cpp:46
void setBackgroundCheckingButtonShown(bool)
Definition: configwidget.cpp:124
QString language() const
Get the currently selected language for spell checking.
Definition: configwidget.cpp:148
KSharedConfigPtr config()
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
void setObjectName(const QString &name)
void setLanguage(const QString &language)
Sets the language/dictionary that will be selected by default in this config widget.
Definition: configwidget.cpp:143
void setMargin(int margin)
static Loader * openLoader()
QWidget(QWidget *parent, QFlags< Qt::WindowType > f)
void sort()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
bool backgroundCheckingButtonShown() const
Definition: configwidget.cpp:129
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.