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

Method setWindowButtonFlags

ElaWidgetTools/ElaWidget.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void ElaWidget::setWindowButtonFlags(ElaAppBarType::ButtonFlags buttonFlags)
122{
123 Q_D(ElaWidget);
124 d->_appBar->setWindowButtonFlags(buttonFlags);
125}
126
127ElaAppBarType::ButtonFlags ElaWidget::getWindowButtonFlags() const
128{

Callers 1

ElaWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected