gz/gui/Dialog.hh
STL class.
void SetDefaultConfig(const std::string &_config)
Store dialog default config.
std::string ReadConfigAttribute(const std::string &_path, const std::string &_attribute) const
Gets an attribute value from an XML file. The attribute belongs to a <dialog> element that has a name...
bool UpdateConfigAttribute(const std::string &_path, const std::string &_attribute, const bool _value) const
Update an attribute on an XML file. The attribute belongs to a <dialog> element that has a name attrb...
QQuickWindow * QuickWindow() const
Get the QtQuick window created by this object.