Results 1 to 2 of 2

Thread: Resource Collection File maximux size

  1. #1
    Join Date
    Jan 2006
    Posts
    122
    Thanks
    16
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Resource Collection File maximux size

    Hi,
    What do you think is the maximum size of a generated qrc file, I mean how much data do you think is correct to have inside it, having large amount of data won't slow down comparing to having like files to load?

    Thanks

  2. #2
    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: Resource Collection File maximux size

    Actually resources should load faster than files from disk, because they are already in memory, but they increase the startup time a bit, since OS must load a larger file.

    The maximum size is, AFAIK, determined by the size of a file that your compiler can compile.

Similar Threads

  1. Qt 4.1.1 linker warnings
    By Matt Smith in forum Installation and Deployment
    Replies: 0
    Last Post: 26th February 2006, 22:14

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.