Hello Ivan,
> It always returned me : "RuntimeError: Unable to open ui file"
> My guess would be that QUiLoader() is either not finding the file, or
does not know how to interpret it (wrong file format could be a reason).
> Have you tried giving it the full path to your .ui file?
do it on the fly, to avoid convert process for each
iteration.
>
>
> - Mail original -
> De: "dunkley bryan"
> À: nuke-python@support.thefoundry.co.uk
> Envoyé: Samedi 22 Septembre 2012 12:56:14
> Objet: Re: [Nuke-python] load ui file with PySide
>
> I
Thanks Bryan for the reply.
But i was trying to do it on the fly, to avoid convert process for each
iteration.
- Mail original -
De: "dunkley bryan"
À: nuke-python@support.thefoundry.co.uk
Envoyé: Samedi 22 Septembre 2012 12:56:14
Objet: Re: [Nuke-python] load ui file with
thefoundry.co.uk/cgi-bin/mailman/private/nuke-python/attachments/20120921/be283d52/attachment-0001.htm
--
Message: 5
Date: Sat, 22 Sep 2012 11:24:40 +0200 (CEST)
From: philhubfor...@free.fr
Subject: [Nuke-python] load ui file with PySide
To: PYTHON_nuke
Message-ID:
Hello Pythoners,
I began to play with PySide by creating widgets, buttons, etc, but also want to
give QtDesigner a try, to look how it behaves in nuke.
Unfortunately, i didn't succeed in.
It always returned me : "RuntimeError: Unable to open ui file"
I tried different things and i ended up to make