// Copyright (c) 2017-2021, 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 #include "log/log.hpp" #include #include #include #include #include namespace gui { OptionWindow::OptionWindow(app::Application *app, const std::string &name) : AppWindow(app, name), optionsModel{std::make_shared(app)} { buildInterface(); } OptionWindow::OptionWindow(app::Application *app, const std::string &name, std::list