madgui.widget.about module

About dialog that provides version and license information for the user.

Classes

VersionInfo(module)

AboutWidget(version_info, *args, **kwargs)

A panel showing information about one software component.

class madgui.widget.about.AboutWidget(version_info, *args, **kwargs)[source]

Bases: PyQt5.QtWidgets.QWidget

A panel showing information about one software component.

Methods

on_okButton_clicked()

on_okButton_clicked()[source]
class madgui.widget.about.VersionInfo(module)[source]

Bases: object

Methods

to_html()

Create the HTML for inside the About dialog.

to_restructuredtext()

Compose ReStructuredText document.

to_html()[source]

Create the HTML for inside the About dialog.

to_restructuredtext()[source]

Compose ReStructuredText document.