Results 1 to 4 of 4

Thread: Image Problems on different PC's

  1. #1
    Join Date
    Jan 2010
    Posts
    10
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Question Image Problems on different PC's

    Hello,

    I have added my images in a resource file and assigned images with designer.
    I worked fine on my computer and on the integration environmeent. But sadly, the release product do not show images on other PC's.
    By the way the release version works fine in my computer even if I delete image source files.

    I couldn't understand the problem. Any help will be appreciated.

    Best regards

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Image Problems on different PC's

    you have to deliver the right image plugins with your application! See the manual on "Deploying an Application on Windows" under "Qt Plugins"

  3. The following user says thank you to Lykurg for this useful post:

    fakefish (21st January 2010)

  4. #3
    Join Date
    Jan 2010
    Posts
    10
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Image Problems on different PC's

    Thanks for advise. I have converted my images to PNG and deployed QtSVG.dll and the problem solved.

  5. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Image Problems on different PC's

    Well, png has nothing to do with QtSVG.dll. The images work since png is supported out of the box, so I guess you don't have to deliver the svg module alongside your application.

Similar Threads

  1. how to read pc's network IP address
    By wei243 in forum Qt Programming
    Replies: 12
    Last Post: 8th January 2010, 16:59
  2. problems loading an image .jpg
    By maider in forum Qt Programming
    Replies: 3
    Last Post: 14th December 2009, 11:57
  3. Problems with drawing image in paintEvent of QTreeView
    By Tito Serenti in forum Qt Programming
    Replies: 7
    Last Post: 24th December 2008, 23:25
  4. Replies: 3
    Last Post: 14th March 2007, 08:09
  5. Problems mapping an image file into QByteArray
    By Dark_Tower in forum Qt Programming
    Replies: 3
    Last Post: 12th December 2006, 21:23

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.