diff options
-rw-r--r-- | Examples/BJT_CB_config/plot_data_i.txt | 2 | ||||
-rw-r--r-- | Examples/BJT_CB_config/plot_data_v.txt | 4 | ||||
-rw-r--r-- | Examples/BJT_amplifier/plot_data_i.txt | 2 | ||||
-rw-r--r-- | Examples/BJT_amplifier/plot_data_v.txt | 6 | ||||
-rw-r--r-- | src/browser/Welcome.py | 3 | ||||
-rw-r--r-- | src/browser/pages/welcome.html | 16 |
6 files changed, 17 insertions, 16 deletions
diff --git a/Examples/BJT_CB_config/plot_data_i.txt b/Examples/BJT_CB_config/plot_data_i.txt index 4f33de1a..687f1816 100644 --- a/Examples/BJT_CB_config/plot_data_i.txt +++ b/Examples/BJT_CB_config/plot_data_i.txt @@ -1,5 +1,5 @@ * /home/fossee/updatedexamples/bjt_cb_config/bjt_cb_config.cir - DC transfer characteristic Thu Mar 17 11:54:06 2016 + DC transfer characteristic Thu Mar 17 15:55:49 2016 -------------------------------------------------------------------------------- Index i-sweep v1#branch v_u_ic1#branch -------------------------------------------------------------------------------- diff --git a/Examples/BJT_CB_config/plot_data_v.txt b/Examples/BJT_CB_config/plot_data_v.txt index 3004d117..3176a023 100644 --- a/Examples/BJT_CB_config/plot_data_v.txt +++ b/Examples/BJT_CB_config/plot_data_v.txt @@ -1,5 +1,5 @@ * /home/fossee/updatedexamples/bjt_cb_config/bjt_cb_config.cir - DC transfer characteristic Thu Mar 17 11:54:06 2016 + DC transfer characteristic Thu Mar 17 15:55:49 2016 -------------------------------------------------------------------------------- Index i-sweep ie net-_q1-pad1_ net-_q1-pad3_ -------------------------------------------------------------------------------- @@ -2220,7 +2220,7 @@ Index i-sweep ie net-_q1-pad1_ net-_q1-pad3_ 2106 5.000000e+00 -5.68795e+00 2.247493e-02 -6.87953e-01 * /home/fossee/updatedexamples/bjt_cb_config/bjt_cb_config.cir - DC transfer characteristic Thu Mar 17 11:54:06 2016 + DC transfer characteristic Thu Mar 17 15:55:49 2016 -------------------------------------------------------------------------------- Index i-sweep net-_r1-pad1_ vcb -------------------------------------------------------------------------------- diff --git a/Examples/BJT_amplifier/plot_data_i.txt b/Examples/BJT_amplifier/plot_data_i.txt index c09397f0..c8335ced 100644 --- a/Examples/BJT_amplifier/plot_data_i.txt +++ b/Examples/BJT_amplifier/plot_data_i.txt @@ -1,5 +1,5 @@ * /home/fossee/esim-workspace/bjt_amplifier/bjt_amplifier.cir - Transient Analysis Thu Mar 17 14:44:22 2016 + Transient Analysis Thu Mar 17 16:00:09 2016 -------------------------------------------------------------------------------- Index time v1#branch v2#branch -------------------------------------------------------------------------------- diff --git a/Examples/BJT_amplifier/plot_data_v.txt b/Examples/BJT_amplifier/plot_data_v.txt index ea36ae47..4cc3eec6 100644 --- a/Examples/BJT_amplifier/plot_data_v.txt +++ b/Examples/BJT_amplifier/plot_data_v.txt @@ -1,5 +1,5 @@ * /home/fossee/esim-workspace/bjt_amplifier/bjt_amplifier.cir - Transient Analysis Thu Mar 17 14:44:22 2016 + Transient Analysis Thu Mar 17 16:00:09 2016 -------------------------------------------------------------------------------- Index time in net-_c1-pad1_ net-_c1-pad2_ -------------------------------------------------------------------------------- @@ -1064,7 +1064,7 @@ Index time in net-_c1-pad1_ net-_c1-pad2_ 1007 1.000000e-02 -2.44929e-17 2.336157e-06 1.837271e+00 * /home/fossee/esim-workspace/bjt_amplifier/bjt_amplifier.cir - Transient Analysis Thu Mar 17 14:44:22 2016 + Transient Analysis Thu Mar 17 16:00:09 2016 -------------------------------------------------------------------------------- Index time net-_c2-pad2_ net-_c3-pad2_ net-_r2-pad1_ -------------------------------------------------------------------------------- @@ -2129,7 +2129,7 @@ Index time net-_c2-pad2_ net-_c3-pad2_ net-_r2-pad1_ 1007 1.000000e-02 1.199900e+00 8.416406e+00 1.000000e+01 * /home/fossee/esim-workspace/bjt_amplifier/bjt_amplifier.cir - Transient Analysis Thu Mar 17 14:44:22 2016 + Transient Analysis Thu Mar 17 16:00:09 2016 -------------------------------------------------------------------------------- Index time out -------------------------------------------------------------------------------- diff --git a/src/browser/Welcome.py b/src/browser/Welcome.py index f9e3bbd7..0f50e153 100644 --- a/src/browser/Welcome.py +++ b/src/browser/Welcome.py @@ -12,7 +12,8 @@ class Welcome(QtGui.QWidget): self.browser = QtGui.QTextBrowser() self.browser.setSource(QtCore.QUrl("../browser/pages/welcome.html")) self.browser.setOpenExternalLinks(True) + self.browser.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) self.vlayout.addWidget(self.browser) self.setLayout(self.vlayout) - self.show()
\ No newline at end of file + self.show() diff --git a/src/browser/pages/welcome.html b/src/browser/pages/welcome.html index 9343b8b0..2da1dc58 100644 --- a/src/browser/pages/welcome.html +++ b/src/browser/pages/welcome.html @@ -35,21 +35,21 @@ pre{ <head> <body> - <h1>About eSim</h1> +<center><img src="../../../images/logo.png" alt="eSim logo" height="100" width="100"></center> +<br/> <p> -<b>eSim</b> is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool built using open source software such as KiCad (<a href=http://www.kicad-pcb.org>http://www.kicad-pcb.org</a>) and Ngspice(<a href=http://ngspice.sourceforge.net>http://ngspice.sourceforge.net</a>). -<br/> -eSim source is released under <b>GNU General Public License V3.</b> +<b>eSim</b> is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool built using open source software such as KiCad (<a href=http://www.kicad-pcb.org>http://www.kicad-pcb.org</a>) and Ngspice(<a href=http://ngspice.sourceforge.net>http://ngspice.sourceforge.net</a>). eSim source is released under <b>GNU General Public License V3.</b> </p> <br/> <p> -eSim is developed by the <b>FOSSEE team at IIT Bombay</b>. To know more about eSim, please visit: <a href=http://esim.fossee.in>http://esim.fossee.in</a>. +This tool is developed by the <b>FOSSEE team at IIT Bombay</b>. To know more about eSim, please visit: <a href=http://esim.fossee.in>http://esim.fossee.in</a>. </p> -<br /> +<br/> <p> -To discuss more about eSim please visits at <a href=http://esim.fossee.in>http://esim.fossee.in</a> - +For technical queries, please contact us through FOSSEE Forum: <a href=http://esim.fossee.in>http://esim.fossee.in</a> +<br/> +Write to us at: contact-esim@fossee.in </p> <br /> </body> |