mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
HackStudio: Show the edited form widget's widget tree in the tree view
This patch introduces a simple WidgetTreeModel that models the widget tree inside of a given root GWidget.
This commit is contained in:
parent
524da0ad01
commit
d5f735ecec
7 changed files with 121 additions and 1 deletions
|
@ -15,6 +15,7 @@ OBJS = \
|
|||
Tool.o \
|
||||
CursorTool.o \
|
||||
WidgetTool.o \
|
||||
WidgetTreeModel.o \
|
||||
main.o
|
||||
|
||||
APP = HackStudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue