|
|
KAboutWidget is the main widget for KAboutDialog.
It has a minimum size set.
| KAboutWidget (QWidget* parent=0, const char* name=0 )
| KAboutWidget |
The Qt constructor.
| void adjust ()
| adjust |
Adjust the minimum size (after setting the properties of the image and the labels.
| void setLogo (const QPixmap&)
| setLogo |
Sets the image as the application logo.
| void setAuthor (const QString& name, const QString& email,
const QString& url, const QString& work)
| setAuthor |
Sets the author's name and email address.
| void setMaintainer (const QString& name, const QString& email,
const QString& url, const QString& work)
| setMaintainer |
Sets the maintainers name and email address.
| void addContributor (const QString& name, const QString& email,
const QString& url, const QString& work)
| addContributor |
Shows this person as one of the major contributors.
| void setVersion (const QString& name)
| setVersion |
Sets the text describing the version.
| void sendEmailSlot (const QString& name, const QString& email)
| sendEmailSlot |
[protected slots slot]
Catches the signals from the contributors elements.
| void openURLSlot (const QString& url)
| openURLSlot |
[protected slots slot]
Catches the clicked URLs.
| void sendEmail (const QString& name, const QString& email)
| sendEmail |
[signal]
An email address has been selected by the user.
| void openURL (const QString& url)
| openURL |
[signal]
An URL has been clicked.
| void resizeEvent (QResizeEvent*)
| resizeEvent |
[protected]
The resize event.
| QLabel * version | version |
[protected]
| QLabel * cont | cont |
[protected]
| QLabel * logo | logo |
[protected]
| KAboutContributor * author | author |
[protected]
| KAboutContributor * maintainer | maintainer |
[protected]
| bool showMaintainer | showMaintainer |
[protected]
| QPtrList<KAboutContributor> contributors | contributors |
[protected]
| Generated by: dfaure on faure on Tue Apr 16 08:49:25 2002, using kdoc 2.0a53. |