Skip to content

[TagWidget] Various cleanups of the TagWidget and associated classes

Stefan Brüns requested to merge work/bruns/cleanup_tagwidget into master

There various parts which have never been cleaned up after changes during the last 10 years:

  1. The TagCheckBox does not contain any checkbox, but is mostly an extended QLabel Update associated variable naming, remove extraneous intermediate Layouts, simplify and optimize the event handling.

  2. The Test app was not working correctly, as the tag list was not set initially. The layout did not update on alignment changes.

Merge request reports