diff options
Diffstat (limited to 'code/configuration/Appconfig.rst')
-rw-r--r-- | code/configuration/Appconfig.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/code/configuration/Appconfig.rst b/code/configuration/Appconfig.rst index 5a08b073..9b75ef24 100644 --- a/code/configuration/Appconfig.rst +++ b/code/configuration/Appconfig.rst @@ -1,5 +1,17 @@ Configuration Component ======================= +This is the configuration file : + +1. Stores default values, such as workspace path, project/subcircuit info, and configuration paths. +2. Loads configuration files (like config.ini). +3. Reads from workspace.txt to determine the current workspace. +4. Provides helper functions to log messages (info, warning, error). +5. Tracks spawned processes and UI elements like dock widgets. + +.. note:: + + Source : ``/src/configuration/Appconfig.py`` + .. automodule:: configuration.Appconfig :members: |