[PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread tabish-->
how can i implement multiple cornerwidgets on the Qtabwidget. plz check the screen shot for better idea about what i am asking http://www.nabble.com/file/p25608367/houdini.png -- View this message in context: http://www.nabble.com/how-can-i-add-multiple-corner-widget-like-the-one-in-houdini%28

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread David Boddie
On Fri Sep 25 09:29:20 BST 2009, tabish wrote: > how can i implement multiple cornerwidgets on the Qtabwidget. > plz check the screen shot for better idea about what i am asking > http://www.nabble.com/file/p25608367/houdini.png Could you highlight the part of the image you are referring to, plea

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread Detlev Offenbach
On Freitag, 25. September 2009, tabish--> wrote: > how can i implement multiple cornerwidgets on the Qtabwidget. > plz check the screen shot for better idea about what i am asking > http://www.nabble.com/file/p25608367/houdini.png Just a QWidget onto which you lay out your list of widgets. See eri

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-26 Thread tabish-->
can you please give me some hint on how should i go about with an example coz i am unable to find it in the eric4 source Detlev Offenbach wrote: > > On Freitag, 25. September 2009, tabish--> wrote: >> how can i implement multiple cornerwidgets on the Qtabwidget. >> plz check the screen shot for

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-26 Thread Detlev Offenbach
On Samstag, 26. September 2009, tabish--> wrote: > can you please give me some hint on how should i go about with an example > coz i am unable to find it in the eric4 source It is in Plugins/ViewManagerPlugins/Tabview/Tabview.py. > > Detlev Offenbach wrote: > > On Freitag, 25. September 2009, tab