GUI Components

PyQt5-based graphical user interface.

GUI Module

Qt GUI

Standard Step 1D Interface

Culverts Interface

Usage

Launch the application:

from pyhnhtools.gui import make_main_window

window = make_main_window()
window.show()

Or via command line:

python -m pyhnhtools.gui.app