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

Method sizeHint

src/gui/VfoWidget.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202public:
203 using QStackedWidget::QStackedWidget;
204 QSize sizeHint() const override {
205 const QWidget* w = currentWidget();
206 return w ? w->sizeHint() : QStackedWidget::sizeHint();
207 }
208 QSize minimumSizeHint() const override {
209 const QWidget* w = currentWidget();
210 return w ? w->minimumSizeHint() : QStackedWidget::minimumSizeHint();

Callers 3

setCollapsedMethod · 0.45
updatePositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected