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

Method on_buttonBox_clicked

bt_editor/custom_node_dialog.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void CustomNodeDialog::on_buttonBox_clicked(QAbstractButton *)
207{
208 QSettings settings;
209 settings.setValue("CustomNodeDialog/geometry", saveGeometry());
210 settings.setValue("CustomNodeDialog/header", ui->tableWidget->horizontalHeader()->saveState() );
211}
212
213void CustomNodeDialog::on_tableWidget_itemSelectionChanged()
214{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected