Will Hall
Will Hall
Sometimes it's useful to access sip.delete() / shiboken.delete(), especially when redefining layouts, selection models, or running complex unit tests. Admittedly it's only really needed for PyQt4 but it would be...
Thanks @fredrikaverpil , that would certainly work and similar to what I was thinking. I guess the consideration is if this should be provided by the Qt module itself. We...
To follow up on my post from 1st Oct, here's an example of where we use the delete function: ``` python def deleteLayout(widget, layout=None, deleteTopLevelLayout=True): """ Function to delete a...
> @veyloster if you are available I would like to connect and discuss. I am on the ansiblenetwork.slack.com slack He's on leave until next Tuesday - happy to help if...
Failure is due to referencing self in non class function