kostyll / formlayout

Automatically exported from code.google.com/p/formlayout
0 stars 0 forks source link

QComboBox.addItems unexpected type #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Simply run formlayout.py and it fails.
python formlayout.py
Traceback (most recent call last):
  File "formlayout.py", line 658, in <module>
    apply=apply_test))
  File "formlayout.py", line 620, in fedit
    dialog = FormDialog(data, title, comment, icon, parent, apply)
  File "formlayout.py", line 535, in __init__
    self.formwidget.setup()

OS: CentOS 6.6
Python: Python 3.4.1 :: Anaconda 2.1.0 (64-bit)

Original issue reported on code.google.com by Lololog...@gmail.com on 31 Dec 2014 at 6:32