| 211 | } |
| 212 | |
| 213 | void CustomNodeDialog::on_tableWidget_itemSelectionChanged() |
| 214 | { |
| 215 | QModelIndexList selected_rows = ui->tableWidget->selectionModel()->selectedRows(); |
| 216 | ui->pushButtonRemove->setEnabled( selected_rows.count() != 0); |
| 217 | } |
| 218 | |
| 219 | void CustomNodeDialog::on_pushButtonAdd_pressed() |
| 220 | { |
nothing calls this directly
no outgoing calls
no test coverage detected