add export to json
This commit is contained in:
@@ -57,7 +57,7 @@ class KontorTableModel(QAbstractTableModel):
|
||||
else:
|
||||
return self._main_window.cross
|
||||
if isinstance(value, int):
|
||||
print('{}:: {}: {}'.format(index, value, type(value)))
|
||||
# print('{}:: {}: {}'.format(index, value, type(value)))
|
||||
if value == 1:
|
||||
return self._main_window.tick
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user