Skip to content

Updated GUI line edit style to support dark theme

Thomas Vincent requested to merge tvincent/xsocs:update-style into main

This MR simplifies the implementation of StyledLineEdit to prevent visual issues with dark theme: setting the background to white when the text is also white.

Display clues for read-only and disabled states are now based on Qt default styling...

Merge request reports