diff options
Diffstat (limited to 'code/frontEnd/Application.rst')
-rw-r--r-- | code/frontEnd/Application.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/code/frontEnd/Application.rst b/code/frontEnd/Application.rst index 4eb41d17..46516da4 100644 --- a/code/frontEnd/Application.rst +++ b/code/frontEnd/Application.rst @@ -1,5 +1,11 @@ Application Component -===================== +======================= + +.. note:: + + Source : ``/src/frontEnd/Application.py`` + +It contains all the methods responsible for navigation of top and left navbar icons .. automodule:: frontEnd.Application :members: |