KDE 4.5 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

KAboutApplicationDialog Class Reference

from PyKDE4.kdeui import *

Inherits: KDialog → QDialog → QWidget → QObject

Detailed Description

Standard "About Application" dialog box.

This class provides the standard "About Application" dialog box that is used by KHelpMenu. It uses the information of the global KAboutData that is specified at the start of your program in main(). Normally you should not use this class directly but rather the KHelpMenu class or even better just subclass your toplevel window from KMainWindow. If you do the latter, the help menu and thereby this dialog box is available through the KMainWindow.helpMenu() function.

"KDE About Application Dialog"

Author:
Urs Wolfer uwolfer @kde.org


Enumerations

Option { NoOptions, HideTranslators, HideKdeVersion }

Methods

 __init__ (self, KAboutData aboutData, QWidget parent=0)
 __init__ (self, KAboutApplicationDialog a0)
 __init__ (self, KAboutData aboutData, KAboutApplicationDialog.Options opts, QWidget parent=0)

Method Documentation

__init__ (  self,
KAboutData  aboutData,
QWidget  parent=0
)

Constructor. Creates a fully featured "About Application" dialog box.

Parameters:
aboutData  A pointer to a KAboutData object which data will be used for filling the dialog.
parent  The parent of the dialog box. You should use the toplevel window so that the dialog becomes centered.

__init__ (  self,
KAboutApplicationDialog  a0
)
__init__ (  self,
KAboutData  aboutData,
KAboutApplicationDialog.Options  opts,
QWidget  parent=0
)

Constructor. Creates a fully featured "About Application" dialog box.

Parameters:
aboutData  A pointer to a KAboutData object which data will be used for filling the dialog.
opts  Additional options that can be applied, such as hiding the KDE version or the translators tab.
parent  The parent of the dialog box. You should use the toplevel window so that the dialog becomes centered.

Since:
4.4


Enumeration Documentation

Option

Defines some options which can be applied to the about dialog

Since:
4.4

Enumerator:
Notify = 1
AllowLink = 2
Dangerous = 4
PlainCaption = 8
NoExec = 16

  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • polkitqt
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal