This commit is contained in:
hm
2022-08-16 20:35:36 +08:00
parent 49eb2c7215
commit c96e464220
14 changed files with 643 additions and 498 deletions
-4
View File
@@ -17,13 +17,9 @@ StatusUI::StatusUI(QWidget *parent) :
int id_count = 0;
//StateGroup *mode = new StateGroup(id_count++,this);
StateGroup *base = new StateGroup(id_count++,this);
StateGroup *actuator = new StateGroup(id_count++,this);
//StateGroup *e_fly = new StateGroup(id_count++,this);
StateGroup *state = new StateGroup(id_count++,this);
//StateGroup *battery = new StateGroup(id_count++,this);
//StateGroup *communication = new StateGroup(id_count++,this);