PDA

View Full Version : Unknown Qt Widget: Q3Frame



mohsin7998
23rd October 2012, 11:24
Hi everybody.

I am facing a weird problem.

I using Python 2.73 and PyQt4. I have used a Q3ListBox in my GUI. Whenever I run the app, it stops with the following error:

PyQt4.uic.exceptions.NoSuchWidgetError: Unknown Qt widget: Q3Frame

Any help would be appreciated.

Mohsin

wysota
23rd October 2012, 23:09
Use QListWidget instead of Q3ListBox.