It is necessary to be able to define these values dynamically so that dimensions are changed based on monitor specs. Following forms are proposed.
- By pixels (hardcoded dimension specs currently supported).
- By percentage width or height of monitor (proposed)
- Defining zeros so that it can stretch based on values of anchors.
The issue with the implementation is that the slint skia renderer requires the information of dimension at an early stage. Something, the later approaches doesn't specify immediately.
It is necessary to be able to define these values dynamically so that dimensions are changed based on monitor specs. Following forms are proposed.
The issue with the implementation is that the slint skia renderer requires the information of dimension at an early stage. Something, the later approaches doesn't specify immediately.