Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to anchor items as you do in QML, using Qt C++?
Widgets use layouts which is a different concept. The only place where it might sort of work, is when you use the Qt Animation Framework.
In Qt C++, Widgets are laid out relative to other widgets around them, rather than the parent
thank you. I will use Qt Animation Framework!