seriesmarker.gui.about_dialog module¶
-
class
AboutDialog
(parent=None)[source]¶ Bases:
PySide.QtGui.QDialog
Displays a dialog with additional information about the application.
-
__init__
(parent=None)[source]¶ Creates a new dialog instance.
Also sets the displayed application version information, according to the settings in the
config
file.Parameters: parent ( PySide.QtGui.QWidget
) – The parent widget of the dialog.
Opens the donation link in a browser of the operating system.
-
staticMetaObject
= <PySide.QtCore.QMetaObject object>¶
-