Sonnet
dialog.h
BackgroundChecker is used to perform spell checking without blocking the application.
Definition backgroundchecker.h:46
void spellCheckDone(const QString &newBuffer)
The dialog won't be closed if you setBuffer() in slot connected to this signal Also emitted after sto...
void spellCheckStatus(const QString &)
Signal sends when spell checking is finished/stopped/completed.
void showProgressDialog(int timeout=500)
Controls whether an (indefinite) progress dialog is shown when the spell checking takes longer than t...
Definition dialog.cpp:156
void languageChanged(const QString &language)
Emitted when the user changes the language used for spellchecking, which is shown in a combobox of th...
void setSpellCheckContinuedAfterReplacement(bool b)
Controls whether the spell checking is continued after the replacement of a misspelled word has been ...
Definition dialog.cpp:166
void showSpellCheckCompletionMessage(bool b=true)
Controls whether a message box indicating the completion of the spell checking is shown or not.
Definition dialog.cpp:161
void stop(Ekos::AlignState mode)
Q_SCRIPTABLE QString start(QString train="")
QDialog(QWidget *parent, Qt::WindowFlags f)
virtual void done(int r)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.