class documentation

class About_Dialog(QDialog2):

View In Hierarchy

About_Dialog class.
Method __init__ Initializes the dialog.
Method showEvent Gets called when the dialog is opened.
Constant HTML Undocumented
Class Variable DonationURL Undocumented
Instance Variable text_browser Undocumented

Inherited from QDialog2:

Method show Shows this dialog.
Instance Variable user_accepted Undocumented

Inherited from QLayouted (via QDialog2):

Method addButtons Adds buttons.
Method addLayout Adds layout.
Method addSpacing Adds spacing.
Method addWidget Adds widget.
Method install_layout Installs this layout in the parent.
Instance Variable _layout Undocumented
def __init__(self):
Initializes the dialog.
def showEvent(self, event):
Gets called when the dialog is opened.
Parameters
event:QShowEventQShowEvent
HTML =

Undocumented

Value
f"""
        <span style="color: {Theme.MainColor};"><b>{Version.String}</b></span><b
r>
        <br>
        Copyright © 2020–2022, Paul Wilhelm, M. Sc.
        &lt;<a href="mailto:anfrage@paulwilhelm.de">anfrage@paulwilhelm.de</a>&g
t;<br>
...
DonationURL: str =

Undocumented

text_browser =

Undocumented