Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
-
844430acee4653d2758c621fb26513141b22e162
Description
when building a python file from a qtdesigner file with a button Group, pysideuic2 fails.
line 214 in uiparser.py attempts to get a string from the buttonGroup, seems it is a string already...
so I added a isinstance check against string ... then it seemed to work here.
all the best
johannes
Attachments
Issue Links
- is duplicated by
-
PYSIDE-670 PySide2-uic cannot convert ui files with buttonGroup attributes
- Closed