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