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 330 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.
  • E Offline
    E Offline
    Esmaeil_Sooan
    wrote on 25 Jun 2024, 08:26 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 25 Jun 2024, 08:33 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

      E 1 Reply Last reply 25 Jun 2024, 09:10
      0
      • E Offline
        E Offline
        Esmaeil_Sooan
        wrote on 25 Jun 2024, 08:38 last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • A arceajin
          25 Jun 2024, 08:33

          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

          E Offline
          E Offline
          Esmaeil_Sooan
          wrote on 25 Jun 2024, 09:10 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

          1/4

          25 Jun 2024, 08:26

          • Login

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