Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Delay in QML page loader
Qt 6.11 is out! See what's new in the release blog

Delay in QML page loader

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 2.5k 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.
  • H Offline
    H Offline
    Harry443
    wrote on last edited by
    #1

    Hello all,
    I am using Qt 4.7.4 on an embedded platform. I observed that there is a delay response of QML page loading particularly for the first time. What might be the best procedure inorder to reduce the delay?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      QML engine needs to parse the files, it takes some time. Use QSplashScreen if you want to inform your users that loading is under way.

      (Z(:^

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Harry443
        wrote on last edited by
        #3

        Thank you...
        But is there any other way to reduce the delay or any other concept replacing QML page loader?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          daliusd
          wrote on last edited by
          #4

          What is "QML page loader"? Have you seen this http://doc.qt.digia.com/qt/qml-loader.html ?

          Google for "Effective QML: Best practices for Developing with Qt Quick" - you can get both presentation and YouTube video.

          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