MarbleAboutDialog Class Reference
from PyKDE4.marble import *
Inherits: QDialog → QWidget → QObject
Namespace: Marble
Detailed Description
Enumerations | |
Tab | { About, Authors, Data, License } |
Methods | |
__init__ (self, QWidget parent=0) | |
setApplicationTitle (self, QString title) | |
setInitialTab (self, Marble.MarbleAboutDialog.Tab tab) |
Method Documentation
__init__ | ( | self, | ||
QWidget | parent=0 | |||
) |
setApplicationTitle | ( | self, | ||
QString | title | |||
) |
Set the application title (usually name and version) to show The default application title is 'Marble Virtual Globe'
setInitialTab | ( | self, | ||
Marble.MarbleAboutDialog.Tab | tab | |||
) |
setInitialTab Change the tab shown when executing the dialog
- Parameters:
-
tab The tab to show
Enumeration Documentation
Tab |
- Enumerator:
-
About Authors Data License