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

Method setWindowButtonFlags

ElaWidgetTools/ElaDialog.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void ElaDialog::setWindowButtonFlags(ElaAppBarType::ButtonFlags buttonFlags)
125{
126 Q_D(ElaDialog);
127 d->_appBar->setWindowButtonFlags(buttonFlags);
128}
129
130ElaAppBarType::ButtonFlags ElaDialog::getWindowButtonFlags() const
131{

Callers 1

ElaDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected