MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / repolish

Function repolish

src/gui/FlexControlDialog.cpp:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void repolish(QWidget* widget)
422{
423 if (!widget)
424 return;
425 widget->style()->unpolish(widget);
426 widget->style()->polish(widget);
427 widget->update();
428}
429
430bool isEscapeKeyEvent(QEvent* event)
431{

Callers 5

setSelectedMethod · 0.85
setPhysicalReadyMethod · 0.85
updateOptionButtonsMethod · 0.85
updateAuxIndicatorsMethod · 0.85
setCaptureHintActiveMethod · 0.85

Calls 2

styleMethod · 0.80
updateMethod · 0.80

Tested by

no test coverage detected