radioviz.scripts.radioviz_exe
Main entry point for the RadioViz application.
This module contains the main execution logic for the RadioViz desktop application. It initializes the Qt application, sets up the application icon, installs exception handling, and starts the main application window with the configured tools.
Functions
|
Main entry point function for the RadioViz application. |
- radioviz.scripts.radioviz_exe.main() None[source]
Main entry point function for the RadioViz application.
Initializes the matplotlib configuration, sets up the Qt application with Windows-specific application ID, configures the application icon, installs the custom exception handler, and starts the main application window.
- Returns:
None
- Return type:
NoneType
- Raises:
SystemExit – When the application exits normally