Sonnet::ConfigWidget Class
The sonnet ConfigWidget. More...
Header: | #include <Sonnet/ConfigWidget> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Sonnet) target_link_libraries(mytarget PRIVATE KF6::SonnetUi) |
Inherits: | QWidget |
Public Functions
ConfigWidget(QWidget *parent) | |
bool | backgroundCheckingButtonShown() const |
(since 4.1) QString | language() const |
(since 4.1) void | setLanguage(const QString &language) |
Public Slots
void | save() |
void | setBackgroundCheckingButtonShown(bool) |
void | slotDefault() |
Signals
(since 4.1) void | configChanged() |
Protected Slots
void | slotIgnoreWordAdded() |
void | slotIgnoreWordRemoved() |
Detailed Description
Member Function Documentation
[explicit]
ConfigWidget::ConfigWidget(QWidget *parent)
bool ConfigWidget::backgroundCheckingButtonShown() const
See also setBackgroundCheckingButtonShown().
[signal, since 4.1]
void ConfigWidget::configChanged()
Signal sends when config was changed
This function was introduced in 4.1.
[since 4.1]
QString ConfigWidget::language() const
Get the currently selected language for spell checking. Returns an empty string if Sonnet was built without any spellchecking plugins.
Returns the language currently selected in the language combobox
This function was introduced in 4.1.
See also setLanguage().
[slot]
void ConfigWidget::save()
[slot]
void ConfigWidget::setBackgroundCheckingButtonShown(bool)
See also backgroundCheckingButtonShown().
[since 4.1]
void ConfigWidget::setLanguage(const QString &language)
Sets the language/dictionary that will be selected by default in this config widget. This overrides the setting in the config file.
language the language which will be selected by default.
This function was introduced in 4.1.
See also language().