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

Method setCentralCustomWidget

ElaWidgetTools/ElaWindow.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void ElaWindow::setCustomWidget(ElaAppBarType::CustomArea customArea, QWidget* widget, QObject* hitTestObject, const QString& hitTestFunctionName)
190{
191 Q_D(ElaWindow);
192 d->_appBar->setCustomWidget(customArea, widget, hitTestObject, hitTestFunctionName);
193 Q_EMIT customWidgetChanged();
194}
195
196QWidget* ElaWindow::getCustomWidget(ElaAppBarType::CustomArea customArea) const
197{

Callers

nothing calls this directly

Calls 1

setCustomWidgetMethod · 0.45

Tested by

no test coverage detected