MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / showEvent

Method showEvent

Components/TimeWindow.cpp:461–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void
462TimeWindow::showEvent(QShowEvent *)
463{
464 if (this->firstShow) {
465 this->ui->dockWidget->setMinimumWidth(
466 this->ui->measurementsGrid->sizeHint().width()
467 + TIME_WINDOW_EXTRA_WIDTH);
468 this->firstShow = false;
469 }
470}
471
472
473void

Callers

nothing calls this directly

Calls 2

widthMethod · 0.80
sizeHintMethod · 0.80

Tested by

no test coverage detected