class KAboutWidget

KAboutWidget is the main widget for KAboutDialog. More...

Definition#include <kaboutdialog.h>
InheritsQWidget (kdecore)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Methods

Protected Slots

Protected Members


Detailed Description

KAboutWidget is the main widget for KAboutDialog.

It has a minimum size set.

 KAboutWidget (QWidget* parent=0, const char* name=0 )

The Qt constructor.

void  adjust ()

Adjust the minimum size (after setting the properties of the image and the labels.

void  setLogo (const QPixmap&)

Set the image as the application logo.

void  setAuthor (const QString& name, const QString& email, const QString& url, const QString& work)

Set the authors name and email address.

void  setMaintainer (const QString& name, const QString& email, const QString& url, const QString& work)

Set the maintainers name and email address.

void  addContributor (const QString& name, const QString& email, const QString& url, const QString& work)

Show this person as one of the major contributors.

void  setVersion (const QString& name)

Set the text describing the version.

void  sendEmailSlot (const QString& name, const QString& email)

[protected slot]

Catch the signals from the contributors elements.

void  openURLSlot (const QString& url)

[protected slot]

Catch the clicked URLs.

void  sendEmail (const QString& name, const QString& email)

[signal]

An email address has been selected by the user.

void  openURL (const QString& url)

[signal]

An URL has been clicked.

void  resizeEvent (QResizeEvent*)

[protected]

The resize event.

QLabel * version

[protected]

The label showing the program version.

QLabel * cont

[protected]

The label showing the text "Other contributors:".

QLabel * logo

[protected]

The frame showing the logo.

KAboutContributor * author

[protected]

The application developer.

KAboutContributor * maintainer

[protected]

The application maintainer.

bool showMaintainer

[protected]

Show the maintainer?

QList<KAboutContributor> contributors

[protected]

A set of people who contributed to the application.


Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:26 2000, using kdoc 2.0a40.