start_gui

Overview

This module provides the graphical user interface entry point for the transient nutation analysis application.

It defines:

  • the main application window

  • a global exception handler for uncaught errors

  • the application entry point for launching the GUI

The module connects the user interface to the underlying controller logic.

Contents

tna.gui.start.MainWindow()

Main application window.

tna.gui.start.main()

Entry point of the application.