[EGD-5883] Added generic button popups attach to applications

Created structure and implementation for popup windows
attachments on button actions into applications. Moved Volume
window to fit into solution. BarGraph refactored.
This commit is contained in:
Przemyslaw Brudny
2021-02-25 18:05:08 +01:00
committed by PrzeBrudny
parent ec86ae32c5
commit 84095629df
29 changed files with 160 additions and 88 deletions

View File

@@ -121,6 +121,8 @@ namespace app
windowsFactory.attach(
utils::localize.get("app_phonebook_options_title"),
[](Application *app, const std::string &name) { return std::make_unique<gui::OptionWindow>(app, name); });
attachPopups({gui::popup::ID::Volume});
}
void ApplicationNotes::destroyUserInterface()