Skip to content

Set WrapMode on all TextArea components, and fix up some of the Labels

ivan tkachenko requested to merge work/ratijas/update-examples into master

Set WrapMode on all TextArea components, and fix up some of the Labels

Upstream styles do not provide any wrapping by default, and thus we should not rely on deceptively convenient override in qqc2-desktop-style.

See qqc2-desktop-style!331 (merged)

Opt out of Sonnet spell checker for highlighted TextArea components

It only gets in the way.

Improve examples

Wrap TextArea items in a ScrollView, so they can be actually scrolled. Add some standard spacing to the layouts, so the context doesn't touch window borders. Examples should look presentable!

Merge request reports