mirror of
https://github.com/shizand/statapp.git
synced 2025-04-01 23:23:45 +03:00
fix #57
This commit is contained in:
parent
e275a80177
commit
dd372e0ba9
@ -10,7 +10,7 @@ class InputValuesModel(EditableTableModel):
|
||||
super().__init__(data)
|
||||
|
||||
def getHorizontalHeader(self):
|
||||
return yx_header(self.rowCount(QModelIndex()))
|
||||
return yx_header(self.columnCount(QModelIndex()))
|
||||
|
||||
def getY(self):
|
||||
return self._data[:, 0]
|
||||
|
Loading…
Reference in New Issue
Block a user