Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 36 and Version 37 of Projects/GSoC/ApplicationConfigurationGUI


Ignore:
Timestamp:
09/17/13 00:03:21 (11 years ago)
Author:
Shubhamsomani
Comment:

/* Flow of Control of the GUI (useful while editing code) */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/ApplicationConfigurationGUI

    v36 v37  
    5151
    5252
    53 When you open the executable the Controller.py file is opened. 
     53When you open the executable the Controller.py file is opened.
     54 
    5455After which the __init__ function is called in the Controller.py.
    5556It is responsible for opening the first dialog box.
     
    5758On clicking the open button, the function OnOpen is called.
    5859The OnOpen function is responsible for
     60
    5961a) Getting the path of conf.t 
    6062