Click here to Skip to main content
15,883,946 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created one application using Qt it shows one image in a QLabel using css its working fine on my development machine.

but not displaying images on other machines. I checked all the locations in my development machine but not in other systems(Windows Xp and Windows 7)

I put this css on my stylesheet field

image: url(:/new/IMG/Images/MC-183202464-2.jpg);
Posted

use a complete path and insure that the image is one the other machines.
 
Share this answer
 
Comments
Arun Kumar K S 16-Jul-13 21:50pm    
I solved it by adding image plugins to othe systems
use a complete path and insure that the image is one the other machines.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900