new widgets

This commit is contained in:
IlyaShurupov 2024-06-19 22:17:18 +03:00 committed by Ilya Shurupov
parent 5cc982fa00
commit 285ca80b4b
18 changed files with 373 additions and 43 deletions

View file

@ -32,6 +32,10 @@ namespace tp {
}
}
void setLabel(const std::string& string) {
mLabel.mLabel = string;
}
public:
void eventUpdateConfiguration(WidgetManager& wm) override {
wm.setActiveId("Button");