MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setCustomWidget

Method setCustomWidget

ElaWidgetTools/ElaWindow.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void ElaWindow::setRibbonHeight(int ribbonHeight)
177{
178 Q_D(ElaWindow);
179 d->_appBar->setRibbonHeight(ribbonHeight);
180 Q_EMIT pRibbonHeightChanged();
181}
182
183int ElaWindow::getRibbonHeight() const
184{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected