MCPcopy Create free account
hub / github.com/Atarity/Lightpack / onOpenConfigButton_Clicked

Method onOpenConfigButton_Clicked

Software/src/GrabWidget.cpp:560–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void 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
570void GrabWidget::onRedCoef_ValueChanged(double value)
571{

Callers

nothing calls this directly

Calls 1

showConfigForMethod · 0.80

Tested by

no test coverage detected