Re: [Pythonocc-users] Embed OCCViewer in a QTabWidget

2013-03-29 Thread Kene Meniru
Thomas Paviot wrote: >> > Hi Mark, Kene, > > Thanks for reporting Qt related issues. It's been a while I did not work > on the Qt occ window, it works just as I need on OSX. If there is a need > for a change or improvement in the DIsplay package , could you please open > an > issue on the github

Re: [Pythonocc-users] Embed OCCViewer in a QTabWidget

2013-03-29 Thread Thomas Paviot
2013/3/29 Kene Meniru > Mark Blome wrote: > > > > > Hi Kene, > > > > I had a similar issue with OCC display initialization (I use tabs in my > > application, each of which contains a QtGui.QMainWindow). > > > > Hi Mark: > > Thanks for the reply and your solution. I was beginning to feel like I wa

Re: [Pythonocc-users] Embed OCCViewer in a QTabWidget

2013-03-29 Thread Kene Meniru
Mark Blome wrote: > > Hi Kene, > > I had a similar issue with OCC display initialization (I use tabs in my > application, each of which contains a QtGui.QMainWindow). > Hi Mark: Thanks for the reply and your solution. I was beginning to feel like I was alone in this problem. Let me just add

Re: [Pythonocc-users] Embed OCCViewer in a QTabWidget

2013-03-29 Thread Mark Blome
Hi Kene, I had a similar issue with OCC display initialization (I use tabs in my application, each of which contains a QtGui.QMainWindow). To avoid issues with the display initialization I use Qt signals to initialize the OCC display _after_ the Qt GUI has initialized and is displayed. In