KDEUI
Sonnet::ConfigWidget Class Reference
#include <configwidget.h>

Detailed Description
The sonnet ConfigWidget.Definition at line 31 of file configwidget.h.
Public Slots | |
void | save () |
void | setBackgroundCheckingButtonShown (bool) |
void | slotDefault () |
Signals | |
void | configChanged () |
Public Member Functions | |
bool | backgroundCheckingButtonShown () const |
ConfigWidget (KConfig *config, QWidget *parent) | |
QString | language () const |
void | setLanguage (const QString &language) |
~ConfigWidget () | |
Protected Slots | |
void | slotChanged () |
Constructor & Destructor Documentation
Definition at line 58 of file configwidget.cpp.
ConfigWidget::~ConfigWidget | ( | ) |
Definition at line 65 of file configwidget.cpp.
Member Function Documentation
bool ConfigWidget::backgroundCheckingButtonShown | ( | ) | const |
Definition at line 142 of file configwidget.cpp.
void Sonnet::ConfigWidget::configChanged | ( | ) | [signal] |
Signal sends when config was changed.
- Since:
- 4.1
QString ConfigWidget::language | ( | ) | const |
Get the currently selected language for spell checking.
Returns an empty string if kdelibs was built without any spellchecking plugins.
- Returns:
- the language currently selected in the language combobox
- Since:
- 4.1
Definition at line 160 of file configwidget.cpp.
void ConfigWidget::save | ( | ) | [slot] |
Definition at line 104 of file configwidget.cpp.
void ConfigWidget::setBackgroundCheckingButtonShown | ( | bool | b | ) | [slot] |
Definition at line 137 of file configwidget.cpp.
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.
- Parameters:
-
language the language which will be selected by default.
- Since:
- 4.1
Definition at line 155 of file configwidget.cpp.
void ConfigWidget::slotChanged | ( | ) | [protected, slot] |
Definition at line 126 of file configwidget.cpp.
void ConfigWidget::slotDefault | ( | ) | [slot] |
Definition at line 147 of file configwidget.cpp.
The documentation for this class was generated from the following files: