iblrig.gui.wizard.UpdateNotice

Inheritance diagram of UpdateNotice

class iblrig.gui.wizard.UpdateNotice[source]

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.

Parameters:
  • parent (QtWidgets.QWidget) – The parent widget associated with this dialog.

  • update_available (bool) – Indicates if an update is available.

  • version (str) – The version of the available update.

__init__(parent, version)[source]
Parameters:
  • parent (QWidget)

  • version (str)

Return type:

None