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

Method getCentralCustomWidget

ElaWidgetTools/ElaWindow.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196QWidget* ElaWindow::getCentralCustomWidget() const
197{
198 Q_D(const ElaWindow);
199 return d->_navigationCenterStackedWidget->getCustomWidget();
200}
201
202void ElaWindow::setCustomMenu(QMenu* customMenu)
203{

Callers

nothing calls this directly

Calls 1

getCustomWidgetMethod · 0.45

Tested by

no test coverage detected