Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QResources loading from Rcc and progress bar

QResources loading from Rcc and progress bar

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 353 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Delavega77
    wrote on last edited by
    #1

    Hi I'm loading resources from bynary created with rcc. Is there any chance to know loading progress of the resources in memory to create a progress bar information?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      Well you can use QFile to read it in chunks and that way show progress. (pr chunk)
      However, if its images or the like then its clumsy way.
      What is this data you are loading ?

      D 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        Well you can use QFile to read it in chunks and that way show progress. (pr chunk)
        However, if its images or the like then its clumsy way.
        What is this data you are loading ?

        D Offline
        D Offline
        Delavega77
        wrote on last edited by
        #3

        @mrjj Hi , thank you for your reply I'm loading all images.
        So you mean that I don't haveto use QResource::registerResource ?
        Can you please provide a minimal example?
        Thank you in advance

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved