KDEUI
Sonnet::ConfigDialog Class Reference
The sonnet ConfigDialog. More...
#include <configdialog.h>
Inheritance diagram for Sonnet::ConfigDialog:
Signals | |
| void | languageChanged (const QString &language) |
Public Member Functions | |
| ConfigDialog (KConfig *config, QWidget *parent) | |
| void | setLanguage (const QString &language) |
| ~ConfigDialog () | |
Protected Slots | |
| virtual void | slotApply () |
| virtual void | slotOk () |
Detailed Description
The sonnet ConfigDialog.
Definition at line 30 of file configdialog.h.
Constructor & Destructor Documentation
Definition at line 45 of file configdialog.cpp.
| ConfigDialog::~ConfigDialog | ( | ) |
Definition at line 59 of file configdialog.cpp.
Member Function Documentation
| void Sonnet::ConfigDialog::languageChanged | ( | const QString & | language | ) | [signal] |
This is emitted when the user closed the dialog (and did not cancel it).
- 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 87 of file configdialog.cpp.
| void ConfigDialog::slotApply | ( | ) | [protected, virtual, slot] |
Definition at line 82 of file configdialog.cpp.
| void ConfigDialog::slotOk | ( | ) | [protected, virtual, slot] |
Definition at line 76 of file configdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference