|
|
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 |
Set the image as the application logo.
| void setAuthor (const QString& name, const QString& email, const QString& url, const QString& work)
| setAuthor |
Set the authors name and email address.
| void setMaintainer (const QString& name, const QString& email, const QString& url, const QString& work)
| setMaintainer |
Set the maintainers name and email address.
| void addContributor (const QString& name, const QString& email, const QString& url, const QString& work)
| addContributor |
Show this person as one of the major contributors.
| void setVersion (const QString& name)
| setVersion |
Set the text describing the version.
| void sendEmailSlot (const QString& name, const QString& email)
| sendEmailSlot |
[protected slots: slot]
Catch the signals from the contributors elements.
| void openURLSlot (const QString& url)
| openURLSlot |
[protected slots: slot]
Catch 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.
Reimplemented from QWidget.
| QLabel * version | version |
[protected: ]
| QLabel * cont | cont |
[protected: ]
| QLabel * logo | logo |
[protected: ]
| KAboutContributor * author | author |
[protected: ]
| KAboutContributor * maintainer | maintainer |
[protected: ]
| bool showMaintainer | showMaintainer |
[protected: ]
| QList<KAboutContributor> contributors | contributors |
[protected: ]
| Generated by: dfaure on Tue Feb 27 12:46:33 2001, using kdoc 2.0a50. |