Links
A dialog for displaying update notices.
This class is used to create a dialog for displaying update notices. It shows information about the available update and provides a changelog.
parent (QtWidgets.QWidget) – The parent widget associated with this dialog.
QtWidgets.QWidget
update_available (bool) – Indicates if an update is available.
bool
version (str) – The version of the available update.
str
parent (QWidget)
version (str)
None