Open AGlass0fMilk opened 5 years ago
Good idea to have a style editor tab where you can see and configure all your styles. I agree, it also would be nice to add some simple objects for body
, text
, line
and image
properties.
Besides style editor two it would be great to have
@AGlass0fMilk did you have a chance to make further experiments?
I haven't had time to work on it since we decided to switch to Qt.
What I have so far is a mocked up a main window based on the GTK builder (Glade) with separate tabs for each of these utilities.
I'll try to find some time soon to work on this.
Ok, thank you for the feedback! :+1:
Since most of the visual configuration in lvgl is done using
style
objects, perhaps we can have a dedicated tab in the GUI builder where all the styles in a project can be created and configured.This would give the user a complete picture of how many styles they use in their UI and thus the memory usage they are incurring.
If this should be a feature, what other features will this tab have? Can you select a style and preview different widgets with that style?
Please comment with your ideas.