I still have my problem with a html file in resource and I no response.

Is there someone able to help me ?

Thanks a lot.

Herve


Le 07/04/2011 11:53, Algis Kabaila a écrit :
Now that you have a working example (working at least in part),
I have to retire from the discussion.  It is not your Hervé
VENZAC fault - it is mine.  I do not know enough about the
subject, particularly the way XML files are used and it would be
better if someone more knowledgeable took over the discussion.
The example is  ckearly too complex for me.

  Hopefully, Renato Araujo Oliveira Filho will take it in hand!?

I appologize for my lack of expertise.

OldAl.

On Thursday 07 April 2011 17:41:38 Hervé VENZAC wrote:
Please find in attachment a .zip folder which contains main,
resource and html files.

After launching main.py, try to click on both QPushButton to
show a Google map on another Window.

For the QPushButton "Localize on Google map without resource"
it is working For the QPushButton "Localize on Google map
with resource" it is not working

Thank you for your help.

Hervé Venzac

Le 02/04/2011 22:50, Algis Kabaila a écrit :
On Friday 01 April 2011 18:45:44 Hervé VENZAC wrote:
Thank you for answer.

When I convert my .qrc file the name is rc.py for example
and then I import it with : "import rc"..

It is working for a QIcon(':/picture/icon.png')

but not with QUrl(':/web/localisation.html')

Herve


Le 01/04/2011 00:03, Algis Kabaila a écrit :
On Thursday 31 March 2011 19:07:15 Hervé VENZAC wrote:
Hello,

      When a QWebView tries to load a .html  in a
      resource file

it does not work.

       The resource (.qrc) is converted help to
       pyside-rcc.

      When I try to load the file (not as a resource) it
      is

workink well.
self.webView.load(QUrl('localisation.html'))

      But in the resource file :
self.webView.load(QUrl(':/web/localisation.html'))  it
is not working.
At a guess, it is because localisation.html is a html
format and not icon image format.  It would be helpful to
detect your problems if you supplied sample code that you
expect to work. Without that all the comments have to be
guesswork - something that a climate scientist would not
(and should not!) accept.

Good luck,

OldAl.

I also add a .png in the resource file to add an QIcon
to my Window and it is working when using it :
QIcon(':/picture/icon.png')

Probably I'm doing something wrong but I don't know what
!

Thanks to help me.

Hervé Venzac
Did you import the *.rcc file? You need to do that for
resouces to work as intended.

HTH,

OldAl.
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to