Re: [PyKDE] pyuic4 generates invalid code for showDropIndicator

2006-05-25 Thread Torsten Marek
Tomi Kyöstilä wrote: > Hi! > > When I set the showDropIndicator property to true for a QTreeView in Qt > Designer, pyuic4 generates the code > self.feedTreeView.setShowDropIndicator(True). There's no such method as > setShowDropIndicator. It should be setDropIndicatorShown(True). The C++ > code th

[PyKDE] pyuic4 generates invalid code for showDropIndicator

2006-05-25 Thread Tomi Kyöstilä
Hi! When I set the showDropIndicator property to true for a QTreeView in Qt Designer, pyuic4 generates the code self.feedTreeView.setShowDropIndicator(True). There's no such method as setShowDropIndicator. It should be setDropIndicatorShown(True). The C++ code that uic generates uses feedTre