Results 1 to 8 of 8

Thread: Sames executable, different behaviours...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Sames executable, different behaviours...

    Quote Originally Posted by high_flyer
    If you use my project with resouces the way you suggested above, does it work for you?
    Of course it works --- read carefully the beginning of the last sentence in my previous post (the one about removing leading slashes).

    But what about when I choose a pixmap from designer?
    It should work too, but I had to fix .qrc at least once.

    Here's example of my .qrc file:
    xml Code:
    1. <RCC>
    2. <qresource prefix="/" >
    3. <file>data/ciexyz</file>
    4. ...
    5. <file>icons/open.png</file>
    6. ...
    7. </qresource>
    8. </RCC>
    To copy to clipboard, switch view to plain text mode 
    I can access these resources using ":/data/ciexyz" or ":/icons/open.png" and they work also with Designer.

  2. The following user says thank you to jacek for this useful post:

    high_flyer (10th March 2006)

Similar Threads

  1. Qt3 qprocess, executable exited?
    By triperzonak in forum Newbie
    Replies: 2
    Last Post: 22nd September 2008, 11:21

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.