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. Example of match(....) function over-ridden of QAbstractItemModel
Forum Updated to NodeBB v4.3 + New Features

Example of match(....) function over-ridden of QAbstractItemModel

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

    Hello forum,

    I need to highlight a hierarchical tree item based to user input and string pattern matching of the entered input. I was suggested to look into this match(...) function.

    But i could not figure out how to over-ride the function . If anyone in the forum have already done something similar of what am trying to, she/he is earnestly requested to share the reference example information with me.

    Thanks

    Thanks
    Sajjad

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You usually do not need to override the method. Just feed it with the appropriate arguments (the string to search for, the role to check the data against, where to start, case insensitivity and so on).

      http://www.catb.org/~esr/faqs/smart-questions.html

      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