Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. treemodel
    Log in to post

    • UNSOLVED Nested List View in QML
      QML and Qt Quick • qml treeview ui design treemodel • • Sudip Ghimire  

      1
      0
      Votes
      1
      Posts
      42
      Views

      No one has replied

    • SOLVED Implement QSortFilterProxyModel with own TreeModel?
      General and Desktop • treeview qsortfilterprox sort treemodel • • Opa114  

      11
      0
      Votes
      11
      Posts
      911
      Views

      @VRonin said in Implement QSortFilterProxyModel with own TreeModel?: Good guess, can you show us your code? I solved it: I had to pass the parent index (tree structure), so the line should look like this: QVariant data = m_proxy->data(m_proxy->index(index.row(), 4, index.parent()));
    • UNSOLVED Tree View with varying column counts
      General and Desktop • qtreeview model model-view treemodel • • DaveK 0  

      1
      0
      Votes
      1
      Posts
      348
      Views

      No one has replied

    • SOLVED One or Multiple QtTreeModel(s) in different Tabs?
      General and Desktop • model-view mvc tabs treemodel • • Opa114  

      13
      0
      Votes
      13
      Posts
      2918
      Views

      thanks. i will try it :)
    • UNSOLVED Drag & drop in QTreeWidget
      General and Desktop • treeview drag&drop treemodel treewidget • • Maluna34  

      7
      0
      Votes
      7
      Posts
      6427
      Views

      The best way seems to use QDropEvent::source to get the QTreeWidget and use currentItem() on it. :)
    • UNSOLVED Simple Tree Model derived from QAbstractItemModel inserting new Nodes?
      General and Desktop • model qabstractitemmo tree treemodel • • Opa114  

      1
      0
      Votes
      1
      Posts
      443
      Views

      No one has replied