locan.gui#

User interfaces.

This module provides functions and classes for using graphical user interfaces (GUI).

Functions provide a GUI based on QT if the QT backend and appropriate python bindings are available. Supported bindings are found in the enum class locan.QtBindings.

The configuration variable locan.QT_BINDING declares which python binding to use if several are installed. If an environment variable QT_API is defined it takes precedence over locan.QT_BINDING.

If neither locan.QT_BINDING nor QT_API is defined, qtpy will choose the binding.

Submodules:#

io

Functions for user interaction with paths and file names.