1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

VisualBuilder: Add a simple mechanism to write a form out to disk.

This commit is contained in:
Andreas Kling 2019-05-08 04:39:42 +02:00
parent 7ce3b10568
commit 5d707745b6
5 changed files with 31 additions and 10 deletions

View file

@ -25,6 +25,7 @@ public:
Function<void(VBWidget*)> on_widget_selected;
void write_to_file(const String& path);
void dump();
protected: