diff options
author | fahim | 2015-03-25 16:01:00 +0530 |
---|---|---|
committer | fahim | 2015-03-25 16:01:00 +0530 |
commit | 38156ae2ab71a0b26870c8a4a2c0745427a032ff (patch) | |
tree | 79103ed9b5a6ed4e25aac421c3b0b21967ae97e4 /src/frontEnd | |
parent | 0e14e5c36023a4a12cfe7429b0be01dc534151b4 (diff) | |
download | eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.tar.gz eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.tar.bz2 eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.zip |
Subject: Added module for source tab
Description: Addition of source tab is completed. Able to update source
detail of schematic info.
Diffstat (limited to 'src/frontEnd')
-rwxr-xr-x | src/frontEnd/Application.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 8e21c171..e52ac45b 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -106,6 +106,7 @@ class Application(QtGui.QMainWindow): def help_project(self): print "Help is called" print "Current Project : ",self.obj_appconfig.current_project + print "Sourcelist track : ",self.obj_appconfig.sourcelisttrack def testing(self): print "Sucess hit kicad button" |