KDEUI
Sonnet::ConfigDialog Class Reference
#include <configdialog.h>
Inheritance diagram for Sonnet::ConfigDialog:

Signals | |
| void | configChanged () |
| void | languageChanged (const QString &language) |
Public Member Functions | |
| ConfigDialog (KConfig *config, QWidget *parent) | |
| ~ConfigDialog () | |
| QString | language () const |
| void | setLanguage (const QString &language) |
Protected Slots | |
| virtual void | slotApply () |
| virtual void | slotOk () |
Detailed Description
The sonnet ConfigDialog.
Definition at line 30 of file configdialog.h.
Constructor & Destructor Documentation
| ConfigDialog::ConfigDialog | ( | KConfig * | config, |
| QWidget * | parent | ||
| ) |
Definition at line 45 of file configdialog.cpp.
Definition at line 58 of file configdialog.cpp.
Member Function Documentation
| void Sonnet::ConfigDialog::configChanged | ( | ) | [signal] |
This is emitted when configChanged.
- Since:
- 4.8.1
| QString ConfigDialog::language | ( | ) | const |
| void Sonnet::ConfigDialog::languageChanged | ( | const QString & | language | ) | [signal] |
This is emitted all the time when we change config and not just language.
- Parameters:
-
language the language which the user has selected
- Since:
- 4.1
| void ConfigDialog::setLanguage | ( | const QString & | language | ) |
Sets the language/dictionary that will be selected by default in this config dialog.
This overrides the setting in the config file.
- Parameters:
-
language the language which will be selected by default.
- Since:
- 4.1
Definition at line 92 of file configdialog.cpp.
| void ConfigDialog::slotApply | ( | ) | [protected, virtual, slot] |
Definition at line 87 of file configdialog.cpp.
| void ConfigDialog::slotOk | ( | ) | [protected, virtual, slot] |
Definition at line 81 of file configdialog.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:59:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:59:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.