Andreas Kling
d5f735ecec
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.
2019-11-11 22:20:02 +01:00
Andreas Kling
e87756424d
HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool
...
These will be used to draw out new widgets on a FormWidget, or in the
case of CursorTool, to select and manipulate existing widgets.
2019-11-10 21:45:32 +01:00
Andreas Kling
803ebdfe9c
HackStudio: Make the FormEditorWidget have a MidGray background
...
This gives the form editor a VB6-like feeling :^)
2019-11-09 00:41:00 +01:00
Andreas Kling
d016d5e365
HackStudio: Start fleshing out the GUI for a GUI designer :^)
...
I'll be reconstructing parts of the VisualBuilder application here and
then we can retire VisualBuilder entirely once all the functionality
is available in HackStudio.
2019-11-09 00:41:00 +01:00