Skip to content

ENH:Handling Multilevel ReSizing in qtItems

Currently only Discrete Items will emit qtItem::widgetSizeChanged signals. This means that if there are nested Discrete Items or if there are Discrete Items containing Group Items, the resizing signal would not be properly fired.

This change addresses these cases.

Backport: release

Merge request reports