Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. Qt Task Tree in action

Qt Task Tree in action

Scheduled Pinned Locked Moved C++ Gurus
2 Posts 2 Posters 96 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.
  • J Offline
    J Offline
    jkobus
    wrote last edited by jkobus
    #1

    Re: Iterator as a member: Tree/Graph-like structure

    Hi All,

    I've just noticed a thread about chaining asynchronous tasks. Since we will celebrate the official release of Qt Task Tree being a part of Qt 6.11 in just one week, I thought it would be nice to provide a solution, employing the Qt Task Tree, for the issue that was raised in the forum some time ago.

    I took the original code placed in the old thread and transformed it so that it uses the never ending recipe of the Qt Task Tree module.
    It utilizes elements like Forever, For and ListIterator.

    The new code (I've placed all content into main.cpp for simplification) is here: https://pastebin.com/zadDm7Xn

    I hope it provides some insight.

    Best regards

    Jarek

    Pl45m4P 1 Reply Last reply
    4
    • J jkobus marked this topic as a regular topic
    • J jkobus referenced this topic
    • J jkobus

      Re: Iterator as a member: Tree/Graph-like structure

      Hi All,

      I've just noticed a thread about chaining asynchronous tasks. Since we will celebrate the official release of Qt Task Tree being a part of Qt 6.11 in just one week, I thought it would be nice to provide a solution, employing the Qt Task Tree, for the issue that was raised in the forum some time ago.

      I took the original code placed in the old thread and transformed it so that it uses the never ending recipe of the Qt Task Tree module.
      It utilizes elements like Forever, For and ListIterator.

      The new code (I've placed all content into main.cpp for simplification) is here: https://pastebin.com/zadDm7Xn

      I hope it provides some insight.

      Best regards

      Jarek

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote last edited by Pl45m4
      #2

      @jkobus

      Hi,

      wow, thanks for coming back to my topic and your effort you put into the example :)

      Yeah was definitely missing something like Task Trees in Qt back then. Maybe I will visit my project again and see what I can do using the new Qt Task Tree features :)

      Thanks again :)


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      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