#include "OptionWindow.hpp" #include "Label.hpp" #include "Margins.hpp" #include "i18/i18.hpp" #include "log/log.hpp" #include "service-appmgr/ApplicationManager.hpp" #include #include #include #include #include #include namespace gui { OptionWindow::OptionWindow(app::Application *app, const std::string &name) : AppWindow(app, name) { buildInterface(); } OptionWindow::OptionWindow(app::Application *app, const std::string &name, std::list