diff options
author | Pranav P | 2023-05-03 13:35:10 +0530 |
---|---|---|
committer | Pranav P | 2023-05-03 13:35:10 +0530 |
commit | c138ec3aebe4dc894600e0eabccf1659f2b5a838 (patch) | |
tree | 889a1e6e8548a01ebd23f0ccdf68bed89976bab4 /src/ngspiceSimulation | |
parent | f26209f81ec15c103dd35b46f879918011158863 (diff) | |
download | eSim-c138ec3aebe4dc894600e0eabccf1659f2b5a838.tar.gz eSim-c138ec3aebe4dc894600e0eabccf1659f2b5a838.tar.bz2 eSim-c138ec3aebe4dc894600e0eabccf1659f2b5a838.zip |
Changed ngspice simulation progressbar design
Diffstat (limited to 'src/ngspiceSimulation')
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index 090e681e..69654933 100644 --- a/src/ngspiceSimulation/NgspiceWidget.py +++ b/src/ngspiceSimulation/NgspiceWidget.py @@ -18,7 +18,7 @@ class NgspiceWidget(QtWidgets.QWidget): self.obj_appconfig = Appconfig() self.process = QtCore.QProcess(self) self.terminal = QtWidgets.QWidget(self) - self.progressBarUi = progressBar.Ui_Simulation() + self.progressBarUi = progressBar.Ui_Form() self.progressBarUi.setupUi(self.terminal) self.layout = QtWidgets.QVBoxLayout(self) self.layout.addWidget(self.terminal) |