Add some code to populate the fitting view with empty dummies when a fit is selected.

This commit is contained in:
cncfanatics
2010-08-27 10:37:47 +02:00
parent daba65a1f6
commit 351357d434
5 changed files with 35 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ class ViewColumn(object):
def getText(self, mod):
raise NotImplementedError()
def getImage(self, mod):
def getImageId(self, mod):
raise NotImplementedError()
def getParameters(self):