about#

class AboutInfo(software_name: str, version: str, authors: list, github_url: str = None, documentation_url: str = None, website_url: str = None, license_info: str = None, commit_info: str = None)[source]#

Bases: object

to_html() str[source]#

Returns a nicely formatted HTML string, with minimal styling so that it respects the current Qt theme (e.g., QDarkStyle).