fix:parent set as first kwarg TextBox and WebsiteWidget
Description
When creating any class which inherits from anything qt related, parent has to be first kwarg. It is somewhere hardcode in the Qt code, so if plugin is created from a widget which do not have parent as first kwarg, the whole app crash.