No subject


Thu Nov 10 03:57:02 UTC 2011


Using pykdeuic4 to convert UI files generated by Qt Designer to Python
classes results in wrong mappings for many KDE4 widgets.

While standard classes are imported correctly...
> from PyKDE4 import kdecore
> from PyKDE4 import kdeui
> from PyQt4 import QtCore, QtGui
....special widgets are imported at the end of the document giving a non-
existent package:
> from kcombobox import KComboBox

Correct would be:
> from PyKDE4.kdeui import KComboBox

As the Python class needs to be converted after every change made in Qt
Designer this bug is a bit annoying as changes made to the class are lost on
each update.

---

I can reproduce this problem, and is very annoying.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kde-bindings mailing list