47 _windowStyle(styleFromProps(props->getStringValue(
"window-style")))
49 _flags = defaultFlagsForStyle(_windowStyle);
50 updateFlagFromProperty(WF::Closeable, props,
"closeable");
51 updateFlagFromProperty(WF::Resizable, props,
"resizeable");
52 updateFlagFromProperty(WF::ButtonBox, props,
"has-buttons");
54 const auto translationDomainNode = props->getChild(
"translation-domain");
55 if (translationDomainNode) {