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. Fetch QComboBox selected value from delegate class in QTableView
Forum Updated to NodeBB v4.3 + New Features

Fetch QComboBox selected value from delegate class in QTableView

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 635 Views 3 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.
  • JeniferJ Offline
    JeniferJ Offline
    Jenifer
    wrote on last edited by
    #1

    I have a QTableView in which i have set QComboBox Delegate to one of the columns. I want to get the value from comboBox whenever it is changed and also which comboBox in the column is changed i.e in which row the comboBox value is changed.

    Using signals i am able to get the value when comboBox when its value is changed but I want to associate it with the row in which the ComboBox is present. I tried emitting signal from setModelData() function in Delegate class but the problem with QComboBox delegate is the setModelData() is called only when comboBox looses the focus.
    So any help regarding this would be greatly helpful.
    Thank You

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Out of curiosity, why do you need that value for ? Shouldn't be the model dataChanged be enough ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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