mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
VisualBuilder: Add a way to dump the current form to the debugger.
This commit is contained in:
parent
5b0c0847ef
commit
5e733d47a3
5 changed files with 27 additions and 0 deletions
|
@ -25,6 +25,8 @@ public:
|
|||
|
||||
Function<void(VBWidget*)> on_widget_selected;
|
||||
|
||||
void dump();
|
||||
|
||||
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