If you check out scrollareawidgetcontents there is an "error" sign.
Scroll area has size policy set to:
- horizontal: expanding
- vertical: fixed
Scroll area widget contents has size policy set to:
- horizontal: expanding
- vertical: expanding
If I try to add a Label with size policy:
- horizontal: expanding
- vertical: ignored
The label is not scrollable.
What I want to achieve with this is a scrollable non-editable text area.
My concrete questions:
- why does that scrollareawidgetcontents error show up?
- how to achieve what I want to achieve?