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
After reviewing pull request #168, it was determined that including a parent parameter in the UISliderWidget's __init__() method would be redundant - this is because the parent() attribute is implicitly set to None when the UISliderWidget is instantiated, and is updated to the FormDialog object when the addWidget() method is called. Because the parent does not need to be explicitly set, this parameter is not required.
https://github.com/paskino/qt-elements/blob/main/eqt/ui/UISliderWidget.py
The text was updated successfully, but these errors were encountered: