PDA

View Full Version : when does Qt make ui_xxx.h?



remnant24c@nate.com
23rd July 2009, 09:18
Hello there.

i have a problem.

I made a GUI project,
made a folder that is "test" , and then Gui class in the folder.

after all do it , I attached a label widget .

and I modified property of pixmap "/image/test.bmp" . I can see design time this pixmap. but when release time , I can't see it .

Because a ui_test.h file make an iamge path like this " ../../Image/test.bmp "

So I can't edit ui_.h files.

What should i do?

thanks for watching.

aamer4yu
23rd July 2009, 09:41
Have a look at Qt Resource system...
you can embed the image file in your application itself :-)