I would like to maintenance my application by saving current layout and reading it.
I will also have one default layout if custom one isn’t present.
What is the best way to create those files, so I can start application for the first time?
I see they are pretty complicated, should I attempt to write them by hand?
Or maybe create CGrid, put my elements there, save layout, then remove CGrid and read prepared file? But this seems a little dumb ;p