Results 1 to 4 of 4

Thread: Substitution of MainWindow with user ui-Form (Linux/Kdevelop)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Oct 2007
    Location
    Munich, Bavaria
    Posts
    144
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1
    Thanked 19 Times in 19 Posts

    Default Re: Substitution of MainWindow with user ui-Form (Linux/Kdevelop)

    you can have multiple resource files in a qt project.
    Lets say you have following resource files: app_images.qrc and app_trans.qrc.
    In this case you have two macro calls:
    Qt Code:
    1. Q_INIT_RESOURCE(app_images)
    2. Q_INIT_RESOURCE(app_trans)
    To copy to clipboard, switch view to plain text mode 

    Look here for more details: http://doc.trolltech.com/4.3/resources.html
    Last edited by DeepDiver; 15th November 2007 at 13:11. Reason: Remove stupid statement and add link ....

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

    wallyqt (15th November 2007)

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.