Results 1 to 2 of 2

Thread: when does Qt make ui_xxx.h?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Question when does Qt make ui_xxx.h?

    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.

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: when does Qt make ui_xxx.h?

    Have a look at Qt Resource system...
    you can embed the image file in your application itself :-)

Similar Threads

  1. Replies: 2
    Last Post: 7th May 2008, 20:11
  2. QT4 for kde 4 beta 2 configure problem: make not found
    By marcomangiante in forum Installation and Deployment
    Replies: 1
    Last Post: 5th September 2007, 20:35
  3. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43
  4. Qt/Embedded Installation error during make
    By mahe2310 in forum Installation and Deployment
    Replies: 5
    Last Post: 7th September 2006, 04:05
  5. Qt4.1.4 make errors.
    By impeteperry in forum Installation and Deployment
    Replies: 11
    Last Post: 1st July 2006, 17:27

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
  •  
Qt is a trademark of The Qt Company.