MCPcopy Create free account
hub / github.com/YACReader/yacreader / updateSize

Method updateSize

YACReader/goto_flow_widget.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void GoToFlowWidget::updateSize()
102{
103 if (Configuration::getConfiguration().getQuickNaviMode() && parentWidget() != nullptr)
104 resize(parentWidget()->width(), height());
105}
106
107void GoToFlowWidget::updateConfig(QSettings *settings)
108{

Callers 1

resizeEventMethod · 0.80

Calls 1

getQuickNaviModeMethod · 0.80

Tested by

no test coverage detected