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

Method getCustomWidget

ElaWidgetTools/ElaWindow.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183QWidget* ElaWindow::getCustomWidget(ElaAppBarType::CustomArea customArea) const
184{
185 Q_D(const ElaWindow);
186 return d->_appBar->getCustomWidget(customArea);
187}
188
189void ElaWindow::setCentralCustomWidget(QWidget* customWidget)
190{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected