Description
Is your feature request related to a problem? Please describe.
I'm currently working on a project where I need to create an high number of gui elements. The problem is that this way things start to get confusing and I end up with a verbose code.
Describe the solution you'd like
In order to organize better my code, I moved the declarations of the gui elements in a separated XML file. This way is almost like writing a web page in HTML. Plus, using an XML file (or something like that), it could be possible to introduce a dynamic refresh of the elements every time there is a change.
Describe alternatives you've considered
I don't have other ideas, I just wanted to share this concept I implemented (in a doubius way) in my code.
Additional context
I understand that it is a very specific request and so there could be no interest in adding it, but I hope you like the idea.