mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
VisualBuilder: Add a table view with the selected widget's properties.
This commit is contained in:
parent
c57cf9834b
commit
707bfe848d
11 changed files with 113 additions and 6 deletions
|
@ -22,6 +22,8 @@ public:
|
|||
|
||||
void insert_widget(VBWidgetType);
|
||||
|
||||
Function<void(VBWidget*)> on_widget_selected;
|
||||
|
||||
protected:
|
||||
virtual void paint_event(GPaintEvent&) override;
|
||||
virtual void second_paint_event(GPaintEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue