org.kde.koala

Class KAboutWidget

public class KAboutWidget extends QWidget

KAboutWidget is the main widget for KAboutDialog. It has a minimum size set. See KAboutWidgetSignals for signals emitted by KAboutWidget

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
voidaddContributor(String name, String email, String url, String work)
Shows this person as one of the major contributors.
voidadjust()
Adjust the minimum size (after setting the properties of the image and the labels.
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidopenURLSlot(String url)
Catches the clicked URLs.
protected voidresizeEvent(QResizeEvent arg1)
The resize event.
protected voidsendEmailSlot(String name, String email)
Catches the signals from the contributors elements.
voidsetAuthor(String name, String email, String url, String work)
Sets the author's name and email address.
voidsetLogo(QPixmap arg1)
Sets the image as the application logo.
voidsetMaintainer(String name, String email, String url, String work)
Sets the maintainers name and email address.
voidsetVersion(String name)
Sets the text describing the version.

Constructor Detail

KAboutWidget

protected KAboutWidget(Class dummy)

KAboutWidget

public KAboutWidget(QWidget parent, String name)
The Qt constructor.

UNKNOWN: The Qt constructor.

KAboutWidget

public KAboutWidget(QWidget parent)

KAboutWidget

public KAboutWidget()

Method Detail

addContributor

public void addContributor(String name, String email, String url, String work)
Shows this person as one of the major contributors.

UNKNOWN: Shows this person as one of the major contributors.

adjust

public void adjust()
Adjust the minimum size (after setting the properties of the image and the labels.

UNKNOWN: Adjust the minimum size (after setting the properties of the image and the labels.

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

openURLSlot

protected void openURLSlot(String url)
Catches the clicked URLs.

UNKNOWN: Catches the clicked URLs.

resizeEvent

protected void resizeEvent(QResizeEvent arg1)
The resize event.

UNKNOWN: The resize event.

sendEmailSlot

protected void sendEmailSlot(String name, String email)
Catches the signals from the contributors elements.

UNKNOWN: Catches the signals from the contributors elements.

setAuthor

public void setAuthor(String name, String email, String url, String work)
Sets the author's name and email address.

UNKNOWN: Sets the author's name and email address.

setLogo

public void setLogo(QPixmap arg1)
Sets the image as the application logo.

UNKNOWN: Sets the image as the application logo.

setMaintainer

public void setMaintainer(String name, String email, String url, String work)
Sets the maintainers name and email address.

UNKNOWN: Sets the maintainers name and email address.

setVersion

public void setVersion(String name)
Sets the text describing the version.

UNKNOWN: Sets the text describing the version.