KDE3Support
K3AboutWidget Class Reference
#include <k3aboutdialog.h>
Inheritance diagram for K3AboutWidget:

Detailed Description
K3AboutWidget is the main widget for K3AboutDialog.It has a minimum size set.
Definition at line 131 of file k3aboutdialog.h.
Public Member Functions | |
void | addContributor (const QString &name, const QString &email, const QString &url, const QString &work) |
void | adjust () |
K3AboutWidget (QWidget *parent=0) | |
void | setAuthor (const QString &name, const QString &email, const QString &url, const QString &work) |
void | setLogo (const QPixmap &logo) |
void | setMaintainer (const QString &name, const QString &email, const QString &url, const QString &work) |
void | setVersion (const QString &name) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *) |
Protected Attributes | |
K3AboutContributor * | author |
QLabel * | cont |
QList< K3AboutContributor * > | contributors |
QLabel * | logo |
K3AboutContributor * | maintainer |
bool | showMaintainer |
QLabel * | version |
Constructor & Destructor Documentation
K3AboutWidget::K3AboutWidget | ( | QWidget * | parent = 0 |
) |
Member Function Documentation
void K3AboutWidget::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 969 of file k3aboutdialog.cpp.
void K3AboutWidget::adjust | ( | ) |
Adjust the minimum size (after setting the properties of the image and the labels.
Definition at line 907 of file k3aboutdialog.cpp.
void K3AboutWidget::resizeEvent | ( | QResizeEvent * | ) | [protected] |
void K3AboutWidget::setLogo | ( | const QPixmap & | logo | ) |
Sets the image as the application logo.
- Parameters:
-
logo The application logo
Definition at line 945 of file k3aboutdialog.cpp.
void K3AboutWidget::setVersion | ( | const QString & | name | ) |
Member Data Documentation
K3AboutContributor* K3AboutWidget::author [protected] |
QLabel* K3AboutWidget::cont [protected] |
QList<K3AboutContributor *> K3AboutWidget::contributors [protected] |
QLabel* K3AboutWidget::logo [protected] |
K3AboutContributor* K3AboutWidget::maintainer [protected] |
bool K3AboutWidget::showMaintainer [protected] |
QLabel* K3AboutWidget::version [protected] |
The documentation for this class was generated from the following files: