Bug correction

This commit is contained in:
Olivier Keshavjee 2016-02-08 15:32:38 +01:00
parent 19e36846d1
commit 6378ca7e64

View file

@ -16,7 +16,7 @@ class persosModel(QStandardItemModel):
def __init__(self, parent):
QStandardItemModel.__init__(self, 0, 3, parent)
self.setHorizontalHeaderLabels([i.name for i in Plot])
self.setHorizontalHeaderLabels([i.name for i in Perso])
self.mw = mainWindow()
# self._proxy = plotsProxyModel()
# self._proxy.setSourceModel(self)