mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 00:39:32 +00:00
Server: Change columns sizes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user