kdeui
KAboutWidget Class Reference
KAboutWidget is the main widget for KAboutDialog. More...
#include <kaboutdialog.h>
Inheritance diagram for KAboutWidget:

Signals | |
| void | openURL (const QString &url) |
| void | sendEmail (const QString &name, const QString &email) |
Public Member Functions | |
| void | addContributor (const QString &name, const QString &email, const QString &url, const QString &work) |
| void | adjust () |
| KAboutWidget (QWidget *parent=0, const char *name=0) | |
| void | setAuthor (const QString &name, const QString &email, const QString &url, const QString &work) |
| void | setLogo (const QPixmap &) |
| void | setMaintainer (const QString &name, const QString &email, const QString &url, const QString &work) |
| void | setVersion (const QString &name) |
Protected Slots | |
| void | openURLSlot (const QString &url) |
| void | sendEmailSlot (const QString &name, const QString &email) |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *) |
Protected Attributes | |
| KAboutContributor * | author |
| QLabel * | cont |
| QPtrList< KAboutContributor > | contributors |
| QLabel * | logo |
| KAboutContributor * | maintainer |
| bool | showMaintainer |
| QLabel * | version |
Detailed Description
KAboutWidget is the main widget for KAboutDialog.It has a minimum size set.
Definition at line 150 of file kaboutdialog.h.
Constructor & Destructor Documentation
| KAboutWidget::KAboutWidget | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
Member Function Documentation
| void KAboutWidget::addContributor | ( | const QString & | name, | |
| const QString & | email, | |||
| const QString & | url, | |||
| const QString & | work | |||
| ) |
Shows this person as one of the major contributors.
Definition at line 1431 of file kaboutdialog.cpp.
| void KAboutWidget::adjust | ( | ) |
Adjust the minimum size (after setting the properties of the image and the labels.
Definition at line 1344 of file kaboutdialog.cpp.
| void KAboutWidget::openURL | ( | const QString & | url | ) | [signal] |
An URL has been clicked.
| void KAboutWidget::openURLSlot | ( | const QString & | url | ) | [protected, slot] |
| void KAboutWidget::resizeEvent | ( | QResizeEvent * | ) | [protected] |
An email address has been selected by the user.
Catches the signals from the contributors elements.
Definition at line 1395 of file kaboutdialog.cpp.
| void KAboutWidget::setLogo | ( | const QPixmap & | i | ) |
| void KAboutWidget::setVersion | ( | const QString & | name | ) |
Member Data Documentation
KAboutContributor* KAboutWidget::author [protected] |
QLabel* KAboutWidget::cont [protected] |
QPtrList<KAboutContributor> KAboutWidget::contributors [protected] |
QLabel* KAboutWidget::logo [protected] |
KAboutContributor* KAboutWidget::maintainer [protected] |
bool KAboutWidget::showMaintainer [protected] |
QLabel* KAboutWidget::version [protected] |
The documentation for this class was generated from the following files:
KDE 3.5 API Reference