kopete/libkopete
Kopete::UI::InfoDialog Class Reference
#include <kopeteinfodialog.h>
Inheritance diagram for Kopete::UI::InfoDialog:

Detailed Description
a dialog for displaying and configuring information
Definition at line 35 of file kopeteinfodialog.h.
Public Member Functions | |
| void | addWidget (QWidget *w, const QString &caption) |
| InfoDialog (QWidget *parent, const QString &title, const KIcon &icon) | |
| InfoDialog (QWidget *parent, const QString &title=QString(), const QString &icon=QString()) | |
| void | setIcon (const KIcon &icon) |
| void | setIcon (const QString &icon) |
| void | setTitle (const QString &title) |
| ~InfoDialog () | |
Protected Slots | |
| virtual void | slotSave () |
Constructor & Destructor Documentation
| Kopete::UI::InfoDialog::InfoDialog | ( | QWidget * | parent, | |
| const QString & | title = QString(), |
|||
| const QString & | icon = QString() | |||
| ) |
Constructor.
- Parameters:
-
parent the parent of this widget title the title to be shown in the dialog icon the name of the icon to be used
Definition at line 41 of file kopeteinfodialog.cpp.
Constructor.
- Parameters:
-
parent the parent of this widget title the title to be shown in the dialog icon the icon to be used
Definition at line 56 of file kopeteinfodialog.cpp.
| Kopete::UI::InfoDialog::~InfoDialog | ( | ) |
Member Function Documentation
Definition at line 108 of file kopeteinfodialog.cpp.
| void Kopete::UI::InfoDialog::setIcon | ( | const KIcon & | icon | ) |
Definition at line 103 of file kopeteinfodialog.cpp.
| void Kopete::UI::InfoDialog::setIcon | ( | const QString & | icon | ) |
Definition at line 98 of file kopeteinfodialog.cpp.
| void Kopete::UI::InfoDialog::setTitle | ( | const QString & | title | ) |
Definition at line 93 of file kopeteinfodialog.cpp.
| void Kopete::UI::InfoDialog::slotSave | ( | ) | [protected, virtual, slot] |
This should be reimplemented in derived dialogs to enable saving info.
Definition at line 89 of file kopeteinfodialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference