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. QStyledItemDelegate disable combobox
Forum Updated to NodeBB v4.3 + New Features

QStyledItemDelegate disable combobox

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 192 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.
  • J Offline
    J Offline
    Jagadeesh_Babu
    wrote on last edited by
    #1

    Dear Qt Support,

    Am using the QStyledItemDelegate using the tableview and it is having combobox in the 3 column

    i want to disable the combobox from the user selection.

    i have tried with setDisabled(true) but it doen't help me.

    Please provide on this how to disable the combobobox in the tableview using the delegates class

    Thanks and Regards
    Jagadeesh

    JonBJ 1 Reply Last reply
    0
    • J Jagadeesh_Babu

      Dear Qt Support,

      Am using the QStyledItemDelegate using the tableview and it is having combobox in the 3 column

      i want to disable the combobox from the user selection.

      i have tried with setDisabled(true) but it doen't help me.

      Please provide on this how to disable the combobobox in the tableview using the delegates class

      Thanks and Regards
      Jagadeesh

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @Jagadeesh_Babu
      Calling QComboBox::setDisabled(true) does indeed disable a combobox.

      And/or for items in a QTableView you might want its Qt::ItemFlags QAbstractItemModel::flags(const QModelIndex &index) const to return none of Qt::ItemIsSelectable, Qt::ItemIsEditable, Qt::ItemIsEnabled.

      1 Reply Last reply
      1

      • Login

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