diff options
author | Fahim | 2015-05-05 11:13:01 +0530 |
---|---|---|
committer | Fahim | 2015-05-05 11:13:01 +0530 |
commit | 4140d1931e819f5a1ba71dbe306847a564b581e6 (patch) | |
tree | a5ff6fb8095f2709602bc0b50c596061e97dcee7 /src/frontEnd | |
parent | 1bedbb24c5a98bac8e1802893137b375cd5f4ee3 (diff) | |
parent | 981aee4c14d73077804347c11fbde3f287a8d695 (diff) | |
download | eSim-4140d1931e819f5a1ba71dbe306847a564b581e6.tar.gz eSim-4140d1931e819f5a1ba71dbe306847a564b581e6.tar.bz2 eSim-4140d1931e819f5a1ba71dbe306847a564b581e6.zip |
Merge pull request #20 from GauravSupal/master
Analog Models Added
Diffstat (limited to 'src/frontEnd')
-rwxr-xr-x | src/frontEnd/Application.py | 1 | ||||
-rw-r--r-- | src/frontEnd/ProjectExplorer.pyc | bin | 3009 -> 3015 bytes | |||
-rwxr-xr-x | src/frontEnd/ViewManagement.py | 2 | ||||
-rw-r--r-- | src/frontEnd/ViewManagement.pyc | bin | 2902 -> 2875 bytes | |||
-rw-r--r-- | src/frontEnd/Workspace.pyc | bin | 3526 -> 3533 bytes |
5 files changed, 1 insertions, 2 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index ae92939b..9c845ed4 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -29,7 +29,6 @@ import Workspace import sys import time import subprocess -import TestView class Application(QtGui.QMainWindow): diff --git a/src/frontEnd/ProjectExplorer.pyc b/src/frontEnd/ProjectExplorer.pyc Binary files differindex fe22b7f0..392fa27b 100644 --- a/src/frontEnd/ProjectExplorer.pyc +++ b/src/frontEnd/ProjectExplorer.pyc diff --git a/src/frontEnd/ViewManagement.py b/src/frontEnd/ViewManagement.py index 2160be8b..d3269a93 100755 --- a/src/frontEnd/ViewManagement.py +++ b/src/frontEnd/ViewManagement.py @@ -23,7 +23,7 @@ from PyQt4 import QtCore from PyQt4 import QtGui from projManagement.Kicad import Kicad from ProjectExplorer import ProjectExplorer -from Plotting import Plotting + class ViewManagement(QtGui.QSplitter): diff --git a/src/frontEnd/ViewManagement.pyc b/src/frontEnd/ViewManagement.pyc Binary files differindex ef6ae7ee..6511e9ea 100644 --- a/src/frontEnd/ViewManagement.pyc +++ b/src/frontEnd/ViewManagement.pyc diff --git a/src/frontEnd/Workspace.pyc b/src/frontEnd/Workspace.pyc Binary files differindex 935ed8d5..576e6ba1 100644 --- a/src/frontEnd/Workspace.pyc +++ b/src/frontEnd/Workspace.pyc |