Are you sure that qSpeed is inside a proper layout?
Try also qSpeed->setMinimumSize( pixmap.size() ).
Are you sure that qSpeed is inside a proper layout?
Try also qSpeed->setMinimumSize( pixmap.size() ).
Hm.. I'm just beginner, can you explain how to verify it?Are you sure that qSpeed is inside a proper layout?
Hi guys! Sorry for that long pause... Well, I have create a small simple project. I made a form in a designer, designer was generate myform.h file. I put my pict within a disigner on a form. Picture are described in resources.. well, download it and take a look..
Thx a lot! )
URL
Sorry, but could you use the attachment feature of the forum instead of using 3rd party commercial sites?
sure, sorry ))
I bet this is because of the jpeg plugin. Have you tried loading a PNG instead? Just to see if it works.
EDIT -I can see it also ( in designer )
I can see the image. Could you again verify that PNG images don't work either?
Finally! An png image are displayed. Thanks a lot!
Imediatly I tried to put on my label an animated gif. I add it to resorces, in projectdialog.cpp add code:
No result... What can be the problem know?Qt Code:
label->setMovie(movie); movie->start();To copy to clipboard, switch view to plain text mode
Probably you did not compiled Qt with GIF support. Neither with jpeg support I assume.
What files do you have in your plugins/imageformats directory under your Qt installation dir?
in plugins/imageformats are next files - libqjpeg1.a, libqmng1.a, libqsvg1.a and three dll's with the same names
hmm... Those "1" seem suspicious.
should I download another dll's?
No, try removing the "1" from those!
Bookmarks