1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Applications/VisualBuilder
Andreas Kling 3cddc3484e VisualBuilder: Add [x, y, width, height] properties for all widgets.
At first I tried doing this as a single "rect" property but I like the
feel of the individual properties much better. :^)
2019-04-11 22:54:04 +02:00
..
.gitignore VisualBuilder: Work on selecting a widget and moving it around. 2019-04-11 01:59:07 +02:00
main.cpp VisualBuilder: Move properties window to its own class. 2019-04-11 22:03:55 +02:00
Makefile VisualBuilder: Move properties window to its own class. 2019-04-11 22:03:55 +02:00
VBForm.cpp VisualBuilder: Add a table view with the selected widget's properties. 2019-04-11 21:41:09 +02:00
VBForm.h VisualBuilder: Add a table view with the selected widget's properties. 2019-04-11 21:41:09 +02:00
VBPropertiesWindow.cpp VisualBuilder: Move properties window to its own class. 2019-04-11 22:03:55 +02:00
VBPropertiesWindow.h VisualBuilder: Move properties window to its own class. 2019-04-11 22:03:55 +02:00
VBProperty.cpp VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBProperty.h VisualBuilder: Add [x, y, width, height] properties for all widgets. 2019-04-11 22:54:04 +02:00
VBWidget.cpp VisualBuilder: Add [x, y, width, height] properties for all widgets. 2019-04-11 22:54:04 +02:00
VBWidget.h VisualBuilder: Add [x, y, width, height] properties for all widgets. 2019-04-11 22:54:04 +02:00
VBWidgetPropertyModel.cpp VisualBuilder: Tweak property table column width. 2019-04-11 21:55:57 +02:00
VBWidgetPropertyModel.h VisualBuilder: Add [x, y, width, height] properties for all widgets. 2019-04-11 22:54:04 +02:00
VBWidgetRegistry.cpp VisualBuilder: Add [x, y, width, height] properties for all widgets. 2019-04-11 22:54:04 +02:00
VBWidgetRegistry.h VisualBuilder: Add a table view with the selected widget's properties. 2019-04-11 21:41:09 +02:00
VBWidgetType.h VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00