GUI Components =============== PyQt5-based graphical user interface. GUI Module ---------- .. automodule:: pyhnhtools.gui :members: :undoc-members: :show-inheritance: Qt GUI ------ .. automodule:: pyhnhtools.gui.qt_gui :members: :show-inheritance: Standard Step 1D Interface -------------------------- .. automodule:: pyhnhtools.gui.std_step_1d_gui :members: :show-inheritance: Culverts Interface ------------------ .. automodule:: pyhnhtools.gui.culverts_gui :members: :show-inheritance: Usage ----- Launch the application: .. code-block:: python from pyhnhtools.gui import make_main_window window = make_main_window() window.show() Or via command line: .. code-block:: bash python -m pyhnhtools.gui.app