mirror of
https://github.com/shizand/statapp.git
synced 2025-10-16 23:46:09 +03:00
fix #57
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user