// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "OptionWindow.hpp" #include "Label.hpp" #include "Margins.hpp" #include #include "log/log.hpp" #include #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