another PySide.jl question, how to set the parent to None
after removing a widget? If I attempt it I get the following error:

julia> pw_prm_sizer_0[:removeWidget](wd["fieldLabel"][1])

julia> wd["fieldLabel"][1][:setParent](None)
ERROR: PyError (PyObject_Call) <type 'exceptions.TypeError'>
TypeError("'PySide.QtGui.QWidget.setParent' called with wrong argument types:\n PySide.QtGui.QWidget.setParent(PyCall.jlwrap)\nSupported signatures:\n PySide.QtGui.QWidget.setParent(PySide.QtGui.QWidget)\n PySide.QtGui.QWidget.setParent(PySide.QtGui.QWidget, PySide.QtCore.Qt.WindowFlags)",)

 in pyerr_check at /home/sam/.julia/v0.3/PyCall/src/exception.jl:58
 in pycall at /home/sam/.julia/v0.3/PyCall/src/PyCall.jl:85
 in fn at /home/sam/.julia/v0.3/PyCall/src/conversions.jl:181

Reply via email to