class KAboutData


Table of contents
Modules
kdecore Classes
All Classes
Module kdecore
Namespace global
Class KAboutData
Inherits

This class is used to store information about a program. It can store such values as version number, program name, home page, email address for bug reporting, multiple authors and contributors (using KAboutPerson), license and copyright information.

Currently, the values set here are shown by the "About" box (see KAboutDialog), used by the bug report dialog (see KBugReport), and by the help shown on command line (see KCmdLineArgs).

Instead of the more usual i18n calls, for translatable text the ki18n calls are used to produce KLocalizedStrings, which can delay the translation lookup. This is necessary because the translation catalogs are usualy not yet initialized at the point where KAboutData is constructed.

Holds information needed by the "About" box and other classes. Author Espen Sand (espen@kde.org), David Faure (faure@kde.org)



enums

enum details

methods