ladybird/Applications/VisualBuilder
Andreas Kling f52e66ceda VisualBuilder: Add a widget registry and a property class.
I need somewhere to centralize the knowledge about the different widget
types available. And VBProperty represents a property key/value of arbitrary
type (it uses a GVariant for the value.)
2019-04-11 16:13:19 +02:00
..
.gitignore VisualBuilder: Work on selecting a widget and moving it around. 2019-04-11 01:59:07 +02:00
main.cpp VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
Makefile VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBForm.cpp VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBForm.h VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +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 a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBWidget.cpp VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBWidget.h VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBWidgetRegistry.cpp VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBWidgetRegistry.h VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBWidgetType.h VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00