Add moving and resetting start animation position

This commit is contained in:
Arthur Golubtsov
2019-09-19 17:13:15 +03:00
parent 392b06f494
commit 424f1cbec2
4 changed files with 44 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class CopterDataModel(QtCore.QAbstractTableModel):
def __init__(self, parent=None):
super(CopterDataModel, self).__init__(parent)
self.headers = ('copter ID', ' animation ID ', 'batt V', 'batt %', 'system', 'calibration', 'selfcheck', 'current x y z yaw frame_id', 'time delta')
self.headers = ('copter ID', ' animation ID ', 'batt V', 'batt %', ' system ', 'calibration', 'selfcheck', 'current x y z yaw frame_id', 'time delta')
self.data_contents = []
self.first_col_is_checked = False