As Steven says I use a global list attribute in my Qt module, but I'm afraid I'm not popping any dialog from the list when they are closed. I suppose that could be a problem in some cases. I will fix that when I have some time.
On Wed, May 29, 2013 at 1:08 PM, Steven Caron <[email protected]> wrote: > i think he is using a module level global attribute, but i will explore > both when i get the chance. > > s > > > On Wed, May 29, 2013 at 1:10 AM, Michal Doniec <[email protected]> wrote: > >> I just stick them into QtGui >> >> QtGui.dialog = dialog >> >> They won't get garbage collected this way. I think it's the same in >> Julien code. >> >> >> On 23 May 2013 21:04, Steven Caron <[email protected]> wrote: >> >>> thanks julien >>> >>> and i think your code is giving a hint on how i should have been getting >>> around the objects going out of scope and getting garbage collected. >>> >>> s >>> >>> >>> On Thu, May 23, 2013 at 12:45 PM, Julien Dubuisson < >>> [email protected]> wrote: >>> >>>> I just shared the pure Python plugin I wrote to get PySide working in >>>> Softimage on Linux and Windows: >>>> https://bitbucket.org/rodeofx/rdoqtforsoftimage >>>> Feel free to try it out. >>>> Feedback is welcome as there is obviously room for improvement. >>>> >>>> Thanks Steven Caron for letting me re-using code from his plugin >>>> (events, signals and examples). >>>> >>>> >>>> On Tue, May 21, 2013 at 4:47 AM, Stefan Kubicek >>>> <[email protected]>wrote: >>>> >>>>> It does not ;-) >>>>> >>>>> On May 19, 2013, at 2:21, Xavier Lapointe <[email protected]> >>>>> wrote: >>>>> >>>>> For windows binaries, this website is quite awesome: >>>>> http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyside >>>>> >>>>> Haven't tried their installer though for Pyside, so no idea if it >>>>> includes Shiboken or not. >>>>> >>>>> >>>>> >>>> >>> >> >> >> -- >> ---------- >> Michal >> http://uk.linkedin.com/in/mdoniec >> > >

