ConfigWidget Class Reference
from PyKDE4.kdeui import *
Inherits: QWidget → QObject
Namespace: Sonnet
Detailed Description
Signal Documentation
Signal sends when config was changed
- Since:
-  4.1
- Signal syntax:
- QObject.connect(source, SIGNAL("configChanged()"), target_slot)
 
Method Documentation
| bool backgroundCheckingButtonShown | ( |  | self ) |  | 
 
 
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
 
| setBackgroundCheckingButtonShown | ( | self, |  | 
|  |  | bool | a0 | 
|  | ) |  |  |  | 
 
 
| setLanguage | ( | self, |  | 
|  |  | 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