On Fri, 1 Apr 2011 09:59:50 -0700 (PDT), James Polk <[email protected]> wrote: > Hi Phil,...thanks for your email.. > > mmm,..how'bout drawBranch()...is that re-implementable? > > To explain a bit more,...the problem I'm having is that the "tree > lines/branches" > that display in the Tree view are taking the color of the background and so > appear to be invisible. By default, Maya uses a certain color scheme,... > if I launch with a different color scheme (which is possible with Maya but > my user base won't change) then the lines show up (as black lines on a > very light-to-white background). > > While I have familiarity with using a delegate for handling model/view > items, > (Kudos to Pete ;-) it doesn't appear such a delegate is able to handle the > actual > line tree/branches.... > > Any thoughts?
Check the Qt documentation to see if a particular method is virtual. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
