Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Qml Interactive Gantt Library

    Showcase
    qml gantt timeline rangeview library
    4
    4
    2748
    Loading More Posts
    • 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
      Dinu SV last edited by

      Hello everyone,

      I'm sharing an efficient implementation of a gantt library for qml for anyone interested. I'm using a custom element called RangeView as a substitute for the QtQuick Repeater. The element lazy-loads items according to its view-port, making the library handle large amounts of items ( > 1 000 000) with no significant drops in fps. The element can work for other scroll-based content where size is important. (e.g. Timelines)

      You can find the code, documentation and a sample project here:
      https://github.com/dinusv/qml-gantt

      Cheers!

      T A 2 Replies Last reply Reply Quote 1
      • ?
        A Former User last edited by

        Awesome, thank you!

        1 Reply Last reply Reply Quote 0
        • T
          TOMATO_QT @Dinu SV last edited by

          @Dinu-SV

          Looks great! Performance is blazing.

          1 Reply Last reply Reply Quote 0
          • A
            adjexpress @Dinu SV last edited by

            @Dinu-SV
            hi Dinu
            tnx for great work
            but code is a little bit dizzy
            can u please explain more about how code works ...

            1 Reply Last reply Reply Quote 0
            • First post
              Last post