Server: Change columns sizes

This commit is contained in:
Arthur Golubtsov
2020-01-20 22:26:27 +03:00
parent c7fd283f19
commit 2f3e2bb987

View File

@@ -313,7 +313,7 @@ class CopterDataModel(QtCore.QAbstractTableModel):
super(CopterDataModel, self).__init__(parent)
# self.headers = list(columns_names.values()) # todo
self.headers = (' copter ID ', ' version ', ' animation ID ', ' battery ', ' fcu_status ', ' sensors ',
' mode ', ' checks ', ' current x y z yaw frame_id ', ' start x y z ', ' task ', ' dt ')
' mode ', ' checks ', ' current x y z yaw frame_id ', ' start x y z ', ' task ', ' dt ')
self.data_contents = []
self.checks = checks