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. QtQuick 2 and TreeView controls
Forum Updated to NodeBB v4.3 + New Features

QtQuick 2 and TreeView controls

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 3 Posters 932 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
    JuanBucz
    wrote on last edited by
    #1

    Hi:

    I noticed in QtQuick 1x there was a support for a TreeView control.
    I can't seem to find anything regarding it in QtQuick 2.

    Are there plans to migrate/offer a version of the control in the QtQuick libraries?

    What is the best work around in the meantime?
    Is anyone aware of any homegrown customized TreeView/Tree controls?

    Is it accepted practice to incorporate the TreeView directly from QtQuick 1.x?

    I'm planning on using Qml.Net with a .NetCore (C#) backend.
    Are there any known limitations from mixing/matching 1.x/2.x controls?

    Thanks,
    JohnB

    sierdzioS 1 Reply Last reply
    0
    • J JuanBucz

      Hi:

      I noticed in QtQuick 1x there was a support for a TreeView control.
      I can't seem to find anything regarding it in QtQuick 2.

      Are there plans to migrate/offer a version of the control in the QtQuick libraries?

      What is the best work around in the meantime?
      Is anyone aware of any homegrown customized TreeView/Tree controls?

      Is it accepted practice to incorporate the TreeView directly from QtQuick 1.x?

      I'm planning on using Qml.Net with a .NetCore (C#) backend.
      Are there any known limitations from mixing/matching 1.x/2.x controls?

      Thanks,
      JohnB

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @JuanBucz said in QtQuick 2 and TreeView controls:

      Is it accepted practice to incorporate the TreeView directly from QtQuick 1.x?

      Yes, it's fine. Both version of controls can be mixed.

      Are there any known limitations from mixing/matching 1.x/2.x controls?

      Their styles won't necessarily match.

      (Z(:^

      1 Reply Last reply
      0
      • B Offline
        B Offline
        Bob64
        wrote on last edited by
        #3

        I can confirm that TreeView can be used in a largely QtQuick2 application. However it can be a bit buggy depending on how you need to use it. A request for a QtQuick2 version is currently one of the most voted for requests in the Qt bug tracker but there is no sign of anyone working on it.

        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