qgpib_plotter.py

changeset 26
e8f3c9276f3f
parent 25
32d0d1cd44c3
child 27
0f8f2621418f
--- a/qgpib_plotter.py	Fri Jan 18 16:33:51 2008 +0100
+++ b/qgpib_plotter.py	Sun Jan 20 17:09:31 2008 +0100
@@ -71,8 +71,6 @@
         if index.isValid():
             value = unicode(self.plotsView.model().data(index, Qt.DisplayRole).toString())
             
-            #self.plotterWidget = QHPGLPlotterWidget(self)
-            #self.setCentralWidget(self.plotterWidget)
             self.plotterWidget.clear()
             self.plotterWidget.parse(self._plots[value])
             

mercurial