[PyKDE] pyuic4 generates invalid code for showDropIndicator
Tomi Kyöstilä
tomi.kyostila at gmail.com
Thu May 25 19:25:13 BST 2006
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
feedTreeView->setProperty("showDropIndicator", QVariant(true));.
--
Tomi Kyöstilä
More information about the PyQt
mailing list