MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ShowMatch

Method ShowMatch

plugins/video/preview-dialog.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void PreviewDialog::ShowMatch()
95{
96 _type = PreviewType::SHOW_MATCH;
97 _rubberBand->hide();
98 _valueLabel->show();
99 Start();
100 _statusLabel->setText("");
101}
102
103void PreviewDialog::SelectArea()
104{

Callers 1

ShowMatchClickedMethod · 0.80

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected