kopete/libkopete
#include <kopeteinfodialog.h>
Public Member Functions | |
InfoDialog (QWidget *parent, const QString &title=QString(), const QString &icon=QString()) | |
InfoDialog (QWidget *parent, const QString &title, const KIcon &icon) | |
~InfoDialog () | |
void | addWidget (QWidget *w, const QString &caption) |
void | setIcon (const QString &icon) |
void | setIcon (const KIcon &icon) |
void | setTitle (const QString &title) |
Protected Slots | |
virtual void | slotSave () |
Detailed Description
a dialog for displaying and configuring information
Definition at line 35 of file kopeteinfodialog.h.
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.
Kopete::UI::InfoDialog::InfoDialog | ( | QWidget * | parent, |
const QString & | title, | ||
const KIcon & | icon | ||
) |
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 55 of file kopeteinfodialog.cpp.
Kopete::UI::InfoDialog::~InfoDialog | ( | ) |
Destructor.
Definition at line 82 of file kopeteinfodialog.cpp.
Member Function Documentation
void Kopete::UI::InfoDialog::addWidget | ( | QWidget * | w, |
const QString & | caption | ||
) |
Definition at line 106 of file kopeteinfodialog.cpp.
void Kopete::UI::InfoDialog::setIcon | ( | const QString & | icon | ) |
Definition at line 96 of file kopeteinfodialog.cpp.
void Kopete::UI::InfoDialog::setIcon | ( | const KIcon & | icon | ) |
Definition at line 101 of file kopeteinfodialog.cpp.
void Kopete::UI::InfoDialog::setTitle | ( | const QString & | title | ) |
Definition at line 91 of file kopeteinfodialog.cpp.
|
protectedvirtualslot |
This should be reimplemented in derived dialogs to enable saving info.
Definition at line 87 of file kopeteinfodialog.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:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.