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