Sonnet
configview.cpp
115 connect(d->ui.m_langCombo, &DictionaryComboBox::dictionaryChanged, this, &ConfigView::configChanged);
118 connect(d->ui.kcfg_backgroundCheckerEnabled, &QAbstractButton::clicked, this, &ConfigView::configChanged);
120 connect(d->ui.kcfg_skipRunTogether, &QAbstractButton::clicked, this, &ConfigView::configChanged);
121 connect(d->ui.kcfg_checkerEnabledByDefault, &QAbstractButton::clicked, this, &ConfigView::configChanged);
122 connect(d->ui.kcfg_autodetectLanguage, &QAbstractButton::clicked, this, &ConfigView::configChanged);
UserRole
QWidget(QWidget *parent, Qt::WindowFlags f)
int removeAll(const T &value)
QLayout * layout() const const
bool contains(const QString &str, Qt::CaseSensitivity cs) const const
void clear()
void clicked(bool checked)
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void dictionaryChanged(const QString &dictionary)
Emitted whenever the current dictionary changes.
void setCheckState(Qt::CheckState state)
virtual QVariant data(int role) const const
void textChanged(const QString &text)
bool isEmpty() const const
void setObjectName(const QString &name)
void addWidget(QWidget *w)
void setContentsMargins(int left, int top, int right, int bottom)
void itemSelectionChanged()
Checked
void itemChanged(QListWidgetItem *item)
void sort(Qt::CaseSensitivity cs)
QString toString() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 9 2023 03:57:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 9 2023 03:57:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.