| 558 | } |
| 559 | |
| 560 | void GrabWidget::onOpenConfigButton_Clicked() |
| 561 | { |
| 562 | DEBUG_LOW_LEVEL << Q_FUNC_INFO; |
| 563 | |
| 564 | // Find y-coordinate for center of the button |
| 565 | int buttonCenter = ui->button_OpenConfig->pos().y() + ui->button_OpenConfig->height() / 2; |
| 566 | |
| 567 | m_configWidget->showConfigFor(geometry(), buttonCenter); |
| 568 | } |
| 569 | |
| 570 | void GrabWidget::onRedCoef_ValueChanged(double value) |
| 571 | { |
nothing calls this directly
no test coverage detected