tdeaboutapplication.cpp
63 setProduct( kapp ? kapp->caption() : TQString::null, i18n("??"), TQString::null, TQString::null );
119 text = i18n( "Please use <a href=\"http://bugs.trinitydesktop.org\">http://bugs.trinitydesktop.org</a> to report bugs.\n" );
121 if( aboutData->authors().count() == 1 && ( aboutData->authors().first().emailAddress() == aboutData->bugAddress() ) )
123 text = i18n( "Please report bugs to <a href=\"mailto:%1\">%2</a>.\n" ).arg( aboutData->authors().first().emailAddress() ).arg( aboutData->authors().first().emailAddress() );
126 text = i18n( "Please report bugs to <a href=\"mailto:%1\">%2</a>.\n" ).arg(aboutData->bugAddress()).arg(aboutData->bugAddress() );
void setInitialSize(const TQSize &s, bool noResize=false)
Convenience method.
Definition: kdialogbase.cpp:537
TDEAboutApplication(TQWidget *parent=0, const char *name=0, bool modal=true)
Constructor.
Definition: tdeaboutapplication.cpp:36
TDEAboutContainer can be used to make a application specific AboutDialog.
Definition: tdeaboutdialog.h:51
const TQValueList< TDEAboutPerson > authors() const
TQString shortDescription() const
TQString license() const
TQString copyrightStatement() const
static TQString aboutTranslationTeam()
TQString bugAddress() const
TQImage programLogo() const
const TQValueList< TDEAboutPerson > credits() const
TQString homepage() const
TQString customAuthorRichText() const
TQString version() const
const TQValueList< TDEAboutTranslator > translators() const
TQString programName() const
TQString otherText() const
bool customAuthorTextEnabled() const
TDEAboutContainer * addScrolledContainerPage(const TQString &title, int childAlignment=AlignCenter, int innerAlignment=AlignCenter)
(Constructor II only) Adds a container inside a TQScrollView to a tab box.
Definition: tdeaboutdialog.cpp:1666
TQFrame * addTextPage(const TQString &title, const TQString &text, bool richText=false, int numLines=10)
(Constructor II only) Adds a text page to a tab box.
Definition: tdeaboutdialog.cpp:1642
TDEAboutContainer * addContainerPage(const TQString &title, int childAlignment=AlignCenter, int innerAlignment=AlignCenter)
(Constructor II only) Adds a container to a tab box.
Definition: tdeaboutdialog.cpp:1657
TQFrame * addLicensePage(const TQString &title, const TQString &text, int numLines=10)
(Constructor II only) Adds a license page to a tab box.
Definition: tdeaboutdialog.cpp:1649
void setProduct(const TQString &appName, const TQString &version, const TQString &author, const TQString &year)
(Constructor II only) Prints the application name, KDE version, author, a copyright sign and a year s...
Definition: tdeaboutdialog.cpp:1737
void setProgramLogo(const TQString &fileName)
Overloaded version of setProgramLogo(const TQPixmap& pixmap).
Definition: tdeaboutdialog.cpp:1711
static TDEInstance * instance()