Skip to content

pqProxyInformationWidget: avoid creating multiple delegates.

pqProxyInformationWidget now creates all item delegates in the constructor once. This avoids the bug reported in #19517 (closed) which can cause slowdown for long running animations.

Closes #19517 (closed)

Merge request reports