radioviz.views.about_dialog

About dialog for RadioViz application.

This module provides a dialog that displays version information, copyright, and other details about the RadioViz application.

Classes

AboutDialog([parent])

Dialog displaying information about the RadioViz application.

class radioviz.views.about_dialog.AboutDialog(parent: QWidget | None = None)[source]

Bases: QDialog

Dialog displaying information about the RadioViz application.

This dialog shows the application logo, version information, copyright details, author information, and licensing information.

Parameters:

parent (QWidget or None) – The parent widget

Initialize the About dialog with application information.

Creates a dialog with application logo, version information, copyright notice, author details, and license information.