MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / gridClicked

Method gridClicked

mainwindow.cpp:372–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void MainWindow::gridClicked(QModelIndex idx)
373{
374 //qDebug() << "Grid Clicked";
375 if (ui->canFramesView->rowHeight(idx.row()) > normalRowHeight)
376 {
377 ui->canFramesView->setRowHeight(idx.row(), normalRowHeight);
378 }
379 else {
380 ui->canFramesView->resizeRowToContents(idx.row());
381 }
382}
383
384void MainWindow::gridDoubleClicked(QModelIndex idx)
385{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected