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
this widget tries to delete a childwidget with setparent(None),
but bqt auto parents that widget, which results in the widget being adopted by the bqt manager instead
The text was updated successfully, but these errors were encountered:
https://github.com/hannesdelbeke/buttonizer/blob/main/buttonizer/main.py
this widget tries to delete a childwidget with
setparent(None)
,but bqt auto parents that widget, which results in the widget being adopted by the bqt manager instead
The text was updated successfully, but these errors were encountered: