Re: [PyQt] Bug: PyQt5.uic.loadUi() attempts to set non-existing property

2013-06-02 Thread Phil Thompson
On Sun, 2 Jun 2013 19:28:42 +0200, mathias.b...@gmx.de wrote: > Hi, > > There appears to be an error in the loading of .ui files in PyQt5. > Please try the attached example. > > Error message: > > Traceback (most recent call last): > File "D:\eclipse.workspace\py_tests\src\uic_bug.py", line 15

[PyQt] Bug: PyQt5.uic.loadUi() attempts to set non-existing property

2013-06-02 Thread Mathias . Born
Hi, There appears to be an error in the loading of .ui files in PyQt5. Please try the attached example. Error message: Traceback (most recent call last): File "D:\eclipse.workspace\py_tests\src\uic_bug.py", line 15, in window = LogWindow() File "D:\eclipse.workspace\py_tests\src\uic_bug