Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QTreeWidget
Forum Update on Monday, May 27th 2025

QTreeWidget

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 141 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.
  • D Offline
    D Offline
    dan1973
    wrote on last edited by
    #1
    ui->treeWidget->setSelectionModel(QAbstractItemView::MultiSelection);
    

    gives error as Cannot initialize a parameter of type 'QItemSelectionModel *' with an rvalue of type 'QAbstractItemView::SelectionMode'

    basically i am trying to set MultiSelectionMode for QTreeWidget
    any help?

    D 1 Reply Last reply
    0
    • D dan1973
      ui->treeWidget->setSelectionModel(QAbstractItemView::MultiSelection);
      

      gives error as Cannot initialize a parameter of type 'QItemSelectionModel *' with an rvalue of type 'QAbstractItemView::SelectionMode'

      basically i am trying to set MultiSelectionMode for QTreeWidget
      any help?

      D Offline
      D Offline
      dan1973
      wrote on last edited by
      #2

      @dan1973 Hai, ui->treeWidget->setSelectionMode(QAbstractItemView::MultiSelection);

      was the solution.:)

      1 Reply Last reply
      0
      • SGaistS SGaist has marked this topic as solved on

      • Login

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