Skip to content

Auto layout containers #252

Open
Open
@Karam-Sabbagh

Description

@Karam-Sabbagh

I would like to see a container that automatically laid out gui elements without having to do manual positioning which can waist time some times.

So If I have some thing like this as shown in the image below I would like it to be done automatically:

python_6V00uCDJyT-1

and it would be a bigger problem and more waist of time if the container even have more buttons(which can happen alot I made that image just fast for an example) ,
and ofc the gui element doesn't have to be a button it can be anything and also with different sizes not the same as the image and that would be even harder for the user.

So I think an Auto container is so good and useful for this cases and lets the user focus more on the thing he really wanna develop.

And I also think that the Auto container is so possible without even having to let the user do anything manually,
And if the user like to set a default spacing between the gui elements in the Auto container this is possible by making like a parameter in the make_Auto_container function that he is free to set or not as if not the spacing will be set to default,

And if the user want a specific element to be in a new line alone there it's also possible to make a function like "add_line_spacing(30 pixels)",

And also if the user want a specific item to be a bit far away it is also possible to make a function like
"add_spacing(10 pixles)",

And ofc the names can be not the same this is just like an idea,

So making this functions will make the user to not be limited with that either !
So it can be easier and at the same time doesn't limit the user alot with the style.

So what do you think about this idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions