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

Method on_tableWidget_itemSelectionChanged

bt_editor/custom_node_dialog.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void CustomNodeDialog::on_tableWidget_itemSelectionChanged()
214{
215 QModelIndexList selected_rows = ui->tableWidget->selectionModel()->selectedRows();
216 ui->pushButtonRemove->setEnabled( selected_rows.count() != 0);
217}
218
219void CustomNodeDialog::on_pushButtonAdd_pressed()
220{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected