mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
HackStudio: Reflect widget selections in the form widget tree view
You can now manipulate the widget selection either by clicking and dragging the widgets using the cursor tool, or by interacting with the form widget tree view. :^)
This commit is contained in:
parent
812ee330e6
commit
2fea238675
4 changed files with 51 additions and 2 deletions
|
@ -15,6 +15,8 @@ public:
|
|||
virtual GModelIndex parent_index(const GModelIndex&) const override;
|
||||
virtual void update() override;
|
||||
|
||||
GModelIndex index_for_widget(GWidget&) const;
|
||||
|
||||
private:
|
||||
explicit WidgetTreeModel(GWidget&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue