You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The widget functions properly, very nice work!
I created new spinner object, set it's parent widget (a standart QWidget) and added it to a vertical layout and it's displayed nicely in my parent widget.
I have an issue when I resize the parent widget -
The waiting spinner moves to the center as needed and keeps on spinning but a "frozen" spinner remains in the position
where the moving spinner was before resizing the main widget.
As if some sort of duplication is performed.
Any insights on this matter?
The text was updated successfully, but these errors were encountered:
Hi,
The widget functions properly, very nice work!
I created new spinner object, set it's parent widget (a standart QWidget) and added it to a vertical layout and it's displayed nicely in my parent widget.
I have an issue when I resize the parent widget -
The waiting spinner moves to the center as needed and keeps on spinning but a "frozen" spinner remains in the position
where the moving spinner was before resizing the main widget.
As if some sort of duplication is performed.
Any insights on this matter?
The text was updated successfully, but these errors were encountered: