About Dialog#
- class mdaviz.aboutdialog.AboutDialog(*args: Any, **kwargs: Any)[source]#
Load a generic About… Dialog as a .ui file.
closeEvent
(event)Handle window close event.
doUrl
(url)Open a URL in the default browser.
Open the documentation URL in the default browser.
Open the GitHub issues URL in the default browser.
Open the license dialog in a new window.
Clear the status text in the parent window.
setStatus
(text)Set the status text in the parent window.
- closeEvent(event)[source]#
Handle window close event.
Closes any open license dialog before allowing the window to close.