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
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