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. [SOLVED] How to get index of certain value in tableView?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] How to get index of certain value in tableView?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.5k 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.
  • 1 Offline
    1 Offline
    169Martin
    wrote on last edited by
    #1

    in Qt u can get data from index like this 'Index.data().toString()', i need opposite. I have data and i want index.

    Is there in Qt some native function? Or i have to map those data in some array for example

    1 Reply Last reply
    0
    • 1 Offline
      1 Offline
      169Martin
      wrote on last edited by
      #2

      QModelIndexList foundIndexes = tableView->model()->match(QModelIndex(), int role, "My String");

      1 Reply Last reply
      0
      • 1 Offline
        1 Offline
        169Martin
        wrote on last edited by
        #3

        int role should be Qt::DisplayRole

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

          Hi,

          Do you mean you got it working ?

          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
          • 1 Offline
            1 Offline
            169Martin
            wrote on last edited by
            #5

            hi yes, i have marked it [solved]

            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