Skip to content

Output: Refactor orientation panel and label positioning

Kai Uwe Broulik requested to merge work/kbroulik/refactored-output-qml into master

Ensure that the output name and resolution label don't protrude into the orientation panel area.

Also, instead of using a separate Rectangle with an OpacityMask to apply the rounded corner, use a Rectangle with a clever Gradient to mimic the orientation panel.


Looks basically the same as before, resolution label no longer overlaps the thick panel in an ugly way.

No more QtGraphicalEffects.

Screenshot_20220922_210340

Edited by Kai Uwe Broulik

Merge request reports