Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Incomplete
-
Affects Version/s: 5.15.1
-
Fix Version/s: None
-
Component/s: Tooling
-
Labels:None
-
Platform/s:
Description
When I generate a .py file using pyside2-uic with a ui file from designer, there are ints as callables.
For example, these are two lines that get generated that throw an error:
self.gridLayout.setSpacing(10())
self.gridLayout.setMargin(10())
and the error it generates:
{{ self.gridLayout.setSpacing(10())}}
TypeError: 'int' object is not callable