MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / onTimerUpdate

Method onTimerUpdate

bt_editor/sidepanel_replay.cpp:384–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void SidepanelReplay::onTimerUpdate()
385{
386 ui->tableView->horizontalHeader()->setSectionResizeMode(0, QHeaderView::ResizeToContents);
387 ui->tableView->horizontalHeader()->setSectionResizeMode(1, QHeaderView::Stretch);
388 ui->tableView->horizontalHeader()->setSectionResizeMode(2, QHeaderView::ResizeToContents);
389 ui->tableView->horizontalHeader()->setSectionResizeMode(3, QHeaderView::ResizeToContents);
390}
391
392void SidepanelReplay::on_pushButtonPlay_toggled(bool checked)
393{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected