KDE3Support
K3AboutContainer Class Reference
K3AboutContainer can be used to make a application specific AboutDialog. More...
#include <k3aboutdialog.h>
Inheritance diagram for K3AboutContainer:

Public Member Functions | |
void | addImage (const QString &fileName, Qt::Alignment alignment=Qt::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, Qt::Alignment alignment=Qt::AlignLeft, bool showframe=false, bool showBold=false) |
void | addWidget (QWidget *widget) |
K3AboutContainer (QWidget *parent=0, int margin=0, int spacing=0, Qt::Alignment childAlignment=Qt::AlignCenter, Qt::Alignment innerAlignment=Qt::AlignCenter) | |
virtual QSize | minimumSizeHint () const |
virtual QSize | sizeHint () const |
~K3AboutContainer () |
Detailed Description
K3AboutContainer can be used to make a application specific AboutDialog.
Definition at line 46 of file k3aboutdialog.h.
Constructor & Destructor Documentation
K3AboutContainer::K3AboutContainer | ( | QWidget * | parent = 0 , |
|
int | margin = 0 , |
|||
int | spacing = 0 , |
|||
Qt::Alignment | childAlignment = Qt::AlignCenter , |
|||
Qt::Alignment | innerAlignment = Qt::AlignCenter | |||
) |
Definition at line 709 of file k3aboutdialog.cpp.
K3AboutContainer::~K3AboutContainer | ( | ) |
Definition at line 756 of file k3aboutdialog.cpp.
Member Function Documentation
void K3AboutContainer::addImage | ( | const QString & | fileName, | |
Qt::Alignment | alignment = Qt::AlignLeft | |||
) |
Definition at line 870 of file k3aboutdialog.cpp.
void K3AboutContainer::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 838 of file k3aboutdialog.cpp.
void K3AboutContainer::addTitle | ( | const QString & | title, | |
Qt::Alignment | alignment = Qt::AlignLeft , |
|||
bool | showframe = false , |
|||
bool | showBold = false | |||
) |
Definition at line 850 of file k3aboutdialog.cpp.
void K3AboutContainer::addWidget | ( | QWidget * | widget | ) |
Definition at line 820 of file k3aboutdialog.cpp.
QSize K3AboutContainer::minimumSizeHint | ( | void | ) | const [virtual] |
Definition at line 815 of file k3aboutdialog.cpp.
QSize K3AboutContainer::sizeHint | ( | void | ) | const [virtual] |
Definition at line 761 of file k3aboutdialog.cpp.
The documentation for this class was generated from the following files: