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

Method closeEvent

bt_editor/custom_node_dialog.cpp:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void CustomNodeDialog::closeEvent(QCloseEvent *)
200{
201 QSettings settings;
202 settings.setValue("CustomNodeDialog/geometry", saveGeometry());
203 settings.setValue("CustomNodeDialog/header", ui->tableWidget->horizontalHeader()->saveState() );
204}
205
206void CustomNodeDialog::on_buttonBox_clicked(QAbstractButton *)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected