org.kde.koala
public class KAboutWidget extends QWidget
UNKNOWN: KAboutWidget is the main widget for KAboutDialog.
Constructor Summary | |
---|---|
protected | KAboutWidget(Class dummy) |
KAboutWidget(QWidget parent, String name)
The Qt constructor. | |
KAboutWidget(QWidget parent) | |
KAboutWidget() |
Method Summary | |
---|---|
void | addContributor(String name, String email, String url, String work)
Shows this person as one of the major contributors. |
void | adjust()
Adjust the minimum size (after setting the properties of the image and
the labels. |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected void | openURLSlot(String url)
Catches the clicked URLs. |
protected void | resizeEvent(QResizeEvent arg1)
The resize event. |
protected void | sendEmailSlot(String name, String email)
Catches the signals from the contributors elements. |
void | setAuthor(String name, String email, String url, String work)
Sets the author's name and email address. |
void | setLogo(QPixmap arg1)
Sets the image as the application logo. |
void | setMaintainer(String name, String email, String url, String work)
Sets the maintainers name and email address. |
void | setVersion(String name)
Sets the text describing the version. |
UNKNOWN: The Qt constructor.
UNKNOWN: Shows this person as one of the major contributors.
UNKNOWN: Adjust the minimum size (after setting the properties of the image and the labels.
UNKNOWN: Catches the clicked URLs.
UNKNOWN: The resize event.
UNKNOWN: Catches the signals from the contributors elements.
UNKNOWN: Sets the author's name and email address.
UNKNOWN: Sets the image as the application logo.
UNKNOWN: Sets the maintainers name and email address.
UNKNOWN: Sets the text describing the version.