ladybird/Applications/VisualBuilder
Andreas Kling 0e6b273620 LibGUI: Start working on GTableView inline editing.
This is pretty shaky still, but the basic idea is that you subclass GModel
and return true for editable indices. The table view also needs to have its
editable flag set.
2019-04-18 22:27:14 +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 LibGUI: Refactor context menus to be event-driven instead of declarative. 2019-04-18 04:12:27 +02:00
VBForm.h LibGUI: Refactor context menus to be event-driven instead of declarative. 2019-04-18 04:12:27 +02:00
VBPropertiesWindow.cpp LibGUI: Start working on GTableView inline editing. 2019-04-18 22:27:14 +02:00
VBPropertiesWindow.h VisualBuilder: Add a text box to the properties window. 2019-04-11 23:57:58 +02:00
VBProperty.cpp VisualBuilder: Let's have getters and setters for properties. 2019-04-14 04:14:23 +02:00
VBProperty.h VisualBuilder: Let's have getters and setters for properties. 2019-04-14 04:14:23 +02:00
VBWidget.cpp VisualBuilder: Make it possible to move widgets to front/back. 2019-04-16 03:52:26 +02:00
VBWidget.h VisualBuilder: Add some widget-specific properties. 2019-04-12 15:17:53 +02:00
VBWidgetPropertyModel.cpp LibGUI: Start working on GTableView inline editing. 2019-04-18 22:27:14 +02:00
VBWidgetPropertyModel.h LibGUI: Start working on GTableView inline editing. 2019-04-18 22:27:14 +02:00
VBWidgetRegistry.cpp VisualBuilder: Let's have getters and setters for properties. 2019-04-14 04:14:23 +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