mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
VisualBuilder: Support loading a saved form from JSON.
The form to load is specified on the command line, e.g "vb test.frm".
This commit is contained in:
parent
57a589a6e7
commit
b729b5fc64
5 changed files with 72 additions and 17 deletions
|
@ -20,3 +20,6 @@ public:
|
|||
|
||||
static GWidget* build_gwidget(VBWidget&, VBWidgetType, GWidget* parent, Vector<OwnPtr<VBProperty>>&);
|
||||
};
|
||||
|
||||
String to_class_name(VBWidgetType);
|
||||
VBWidgetType widget_type_from_class_name(const StringView&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue