Re: Tabbed windows Support in Python

2007-06-27 Thread Peter Decker
On 6/27/07, senthil arasu <[EMAIL PROTECTED]> wrote: > Hi, > Currently iam implementing GUI Framework for supporting Tabbed windows to > render different HTML Pages. > A row of tabs facilitated for navigation of pages. > > Iam expecting some classes like "QTabWidget" whick provided by Qt Libarary

Re: Tabbed windows Support in Python

2007-06-27 Thread Bill Scherer
senthil arasu wrote: > Hi, > Currently iam implementing GUI Framework for supporting Tabbed > windows to render different HTML Pages. > A row of tabs facilitated for navigation of pages. > > Iam expecting some classes like "QTabWidget" whick provided by Qt > Libarary. > After starting my implem