In my project users need to be able to copy data from SingleLineEdit, MultiLineEdit and similar controls event when they are not supposed to edit that data. To achieve this functionality instead of disabling controls I set them to DisplayOnly and change background color to indicate that it is read only. However, if theme is applied, custom background coloring is gone.
Any ideas on how to work around this?
Maybe there is something like display-only-state? Or maybe it is possible to make disabled controls data selectable?