KDEUI
#include <configwidget.h>
Public Slots | |
void | save () |
void | setBackgroundCheckingButtonShown (bool) |
void | slotDefault () |
Signals | |
void | configChanged () |
Public Member Functions | |
ConfigWidget (KConfig *config, QWidget *parent) | |
~ConfigWidget () | |
bool | backgroundCheckingButtonShown () const |
QString | language () const |
void | setLanguage (const QString &language) |
Protected Slots | |
void | slotChanged () |
Detailed Description
The sonnet ConfigWidget.
Definition at line 31 of file configwidget.h.
Constructor & Destructor Documentation
Definition at line 46 of file configwidget.cpp.
ConfigWidget::~ConfigWidget | ( | ) |
Definition at line 53 of file configwidget.cpp.
Member Function Documentation
bool ConfigWidget::backgroundCheckingButtonShown | ( | ) | const |
Definition at line 129 of file configwidget.cpp.
|
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 148 of file configwidget.cpp.
|
slot |
Definition at line 92 of file configwidget.cpp.
|
slot |
Definition at line 124 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 143 of file configwidget.cpp.
|
protectedslot |
Definition at line 113 of file configwidget.cpp.
|
slot |
Definition at line 134 of file configwidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.