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