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)
- void resizeEvent (QResizeEvent*)
Signals
Protected 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)
- void resizeEvent (QResizeEvent*)
Protected Slots
Protected Members
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 slots:
slot]
Catch the signals from the contributors elements.
void openURLSlot (const QString& url)
|
[protected slots:
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:
]
[protected:
]
[protected:
]
[protected:
]
[protected:
]
[protected:
]
[protected:
]
Generated by: marc@yogi on Tue Mar 27 13:07:09 2001, using kdoc 2.0a48. |