class KAboutWidget
|
KAboutWidget is the main widget for KAboutDialog. More... |
|
|
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)
Signals
- void sendEmail (const QString& name, const QString& email)
- void openURL (const QString& url)
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.
Adjust the minimum size (after setting the properties of the image and
the labels.
Set the image as the application logo.
Set the authors name and email address.
Set the maintainers name and email address.
Show this person as one of the major contributors.
void setVersion (const QString& name)
|
Set the text describing the version.
[protected slot] Catch the signals from the contributors elements.
void openURLSlot (const QString& url)
|
[protected slot] Catch the clicked URLs.
[signal] An email address has been selected by the user.
[signal] An URL has been clicked.
void resizeEvent (QResizeEvent*)
|
[protected] The resize event.
[protected] The label showing the program version.
[protected] The label showing the text "Other contributors:".
[protected] The frame showing the logo.
[protected] The application developer.
[protected] The application maintainer.
[protected] Show the maintainer?
[protected] A set of people who contributed to the application.
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:25 2000, using kdoc 2.0a33. |