Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KAboutWidget Class Reference

#include <kaboutdialog.h>

List of all members.

Signals

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

Public Methods

 KAboutWidget (QWidget *parent=0, const char *name=0)
void adjust ()
void setLogo (const QPixmap &)
void setAuthor (const QString &name, const QString &email, const QString &url, const QString &work)
void setMaintainer (const QString &name, const QString &email, const QString &url, const QString &work)
void addContributor (const QString &name, const QString &email, const QString &url, const QString &work)
void setVersion (const QString &name)

Protected Slots

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

Protected Methods

void resizeEvent (QResizeEvent *)

Protected Attributes

QLabel * version
QLabel * cont
QLabel * logo
KAboutContributorauthor
KAboutContributormaintainer
bool showMaintainer
QPtrList< KAboutContributorcontributors


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
 

The Qt constructor.


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.

void KAboutWidget::adjust  
 

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

void KAboutWidget::openURL const QString &    url [signal]
 

An URL has been clicked.

void KAboutWidget::openURLSlot const QString &    url [protected, slot]
 

Catches the clicked URLs.

void KAboutWidget::resizeEvent QResizeEvent *    [protected]
 

The resize event.

void KAboutWidget::sendEmail const QString &    name,
const QString &    email
[signal]
 

An email address has been selected by the user.

void KAboutWidget::sendEmailSlot const QString &    name,
const QString &    email
[protected, slot]
 

Catches the signals from the contributors elements.

void KAboutWidget::setAuthor const QString &    name,
const QString &    email,
const QString &    url,
const QString &    work
 

Sets the author's name and email address.

void KAboutWidget::setLogo const QPixmap &   
 

Sets the image as the application logo.

void KAboutWidget::setMaintainer const QString &    name,
const QString &    email,
const QString &    url,
const QString &    work
 

Sets the maintainers name and email address.

void KAboutWidget::setVersion const QString &    name
 

Sets the text describing the version.


Member Data Documentation

KAboutContributor* KAboutWidget::author [protected]
 

The application developer.

Definition at line 232 of file kaboutdialog.h.

QLabel* KAboutWidget::cont [protected]
 

The label showing the text "Other contributors:".

Definition at line 224 of file kaboutdialog.h.

QPtrList<KAboutContributor> KAboutWidget::contributors [protected]
 

A set of people who contributed to the application.

Definition at line 244 of file kaboutdialog.h.

QLabel* KAboutWidget::logo [protected]
 

The frame showing the logo.

Definition at line 228 of file kaboutdialog.h.

KAboutContributor* KAboutWidget::maintainer [protected]
 

The application maintainer.

Definition at line 236 of file kaboutdialog.h.

bool KAboutWidget::showMaintainer [protected]
 

Show the maintainer?

Definition at line 240 of file kaboutdialog.h.

QLabel* KAboutWidget::version [protected]
 

The label showing the program version.

Definition at line 220 of file kaboutdialog.h.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:04 2003 for kdelibs by doxygen1.2.18