Details
Description
while retrieving a QWidget winId(), the returned object is a PyCObject not castable into the expected long.
While trying the cast to int, Error is:
TypeError: int() argument must be a string or a number, not 'PyCObject'
while retrieving a QWidget winId(), the returned object is a PyCObject not castable into the expected long.
While trying the cast to int, Error is:
TypeError: int() argument must be a string or a number, not 'PyCObject'