kdeui
KAboutContainer Class Reference
KAboutContainer can be used to make a application specific AboutDialog. More...
#include <kaboutdialog.h>
Inheritance diagram for KAboutContainer:
Signals | |
void | mailClick (const QString &name, const QString &address) |
void | urlClick (const QString &url) |
Public Member Functions | |
void | addImage (const QString &fileName, int alignment=AlignLeft) |
void | addPerson (const QString &name, const QString &email, const QString &url, const QString &task, bool showHeader=false, bool showframe=false, bool showBold=false) |
void | addTitle (const QString &title, int alignment=AlignLeft, bool showframe=false, bool showBold=false) |
void | addWidget (QWidget *widget) |
KAboutContainer (QWidget *parent=0, const char *name=0, int margin=0, int spacing=0, int childAlignment=AlignCenter, int innerAlignment=AlignCenter) | |
virtual QSize | minimumSizeHint (void) const |
virtual QSize | sizeHint (void) const |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *e) |
Detailed Description
KAboutContainer can be used to make a application specific AboutDialog.Definition at line 50 of file kaboutdialog.h.
Constructor & Destructor Documentation
KAboutContainer::KAboutContainer | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
int | margin = 0 , |
|||
int | spacing = 0 , |
|||
int | childAlignment = AlignCenter , |
|||
int | innerAlignment = AlignCenter | |||
) |
Definition at line 742 of file kaboutdialog.cpp.
Member Function Documentation
void KAboutContainer::addImage | ( | const QString & | fileName, | |
int | alignment = AlignLeft | |||
) |
Definition at line 912 of file kaboutdialog.cpp.
void KAboutContainer::addPerson | ( | const QString & | name, | |
const QString & | email, | |||
const QString & | url, | |||
const QString & | task, | |||
bool | showHeader = false , |
|||
bool | showframe = false , |
|||
bool | showBold = false | |||
) |
Definition at line 879 of file kaboutdialog.cpp.
void KAboutContainer::addTitle | ( | const QString & | title, | |
int | alignment = AlignLeft , |
|||
bool | showframe = false , |
|||
bool | showBold = false | |||
) |
Definition at line 893 of file kaboutdialog.cpp.
void KAboutContainer::addWidget | ( | QWidget * | widget | ) |
Definition at line 873 of file kaboutdialog.cpp.
void KAboutContainer::childEvent | ( | QChildEvent * | e | ) | [protected, virtual] |
Definition at line 784 of file kaboutdialog.cpp.
QSize KAboutContainer::minimumSizeHint | ( | void | ) | const [virtual] |
Definition at line 867 of file kaboutdialog.cpp.
QSize KAboutContainer::sizeHint | ( | void | ) | const [virtual] |
Definition at line 809 of file kaboutdialog.cpp.
void KAboutContainer::urlClick | ( | const QString & | url | ) | [signal] |
The documentation for this class was generated from the following files: