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:
parent
7ce3b10568
commit
5d707745b6
5 changed files with 31 additions and 10 deletions
|
@ -25,6 +25,7 @@ public:
|
|||
|
||||
Function<void(VBWidget*)> on_widget_selected;
|
||||
|
||||
void write_to_file(const String& path);
|
||||
void dump();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue