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. QML GUI performance

QML GUI performance

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 333 Views
  • 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.
  • Esmaeil_SooanE Offline
    Esmaeil_SooanE Offline
    Esmaeil_Sooan
    wrote on last edited by
    #1

    Hi guys
    I am a newbie programmer in qt/QML. I want to know there is any reference like book, movie and … in order to improve QML GUI performance like using overdraw or cache buffer in Listview you know I need a tutorials to improve my app UI/UX performance.

    any clue even C++ and openGL reference that will be appreciated.

    many thanks.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arceajin
      wrote on last edited by
      #2

      I think Qt's official documentation contains everything you need.
      https://doc.qt.io/qt-6/qtquick-performance.html

      First, using the QML Profiler tool to check where is the performance bottleneck would be a good start.
      https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html

      Esmaeil_SooanE 1 Reply Last reply
      0
      • Esmaeil_SooanE Offline
        Esmaeil_SooanE Offline
        Esmaeil_Sooan
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • A arceajin

          I think Qt's official documentation contains everything you need.
          https://doc.qt.io/qt-6/qtquick-performance.html

          First, using the QML Profiler tool to check where is the performance bottleneck would be a good start.
          https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html

          Esmaeil_SooanE Offline
          Esmaeil_SooanE Offline
          Esmaeil_Sooan
          wrote on last edited by
          #4

          @arceajin many thanks.
          is it possible using qml profiling on android mode?
          in qt 5.15.2
          in fact my problem is in scrolling listview that happened with missed frame.

          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