Re: [PyQt] bug in QTabWidget.indexOf() method?

2008-09-09 Thread David Boddie
On Tue Sep 9 15:59:06 BST 2008, Scott Price wrote: > So I have a tab widget, which when constructed gets a scroll area for > page/tab one. Works fine. > > During a later process I add another tab with a similar scroll area. > Works fine. > > A separate process uses the indexOf() method to search

[PyQt] bug in QTabWidget.indexOf() method?

2008-09-09 Thread Scott Price
So I have a tab widget, which when constructed gets a scroll area for page/tab one. Works fine. During a later process I add another tab with a similar scroll area. Works fine. A separate process uses the indexOf() method to search for the second scroll area that may not have been added yet. Wh