Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Grid view search problem
Forum Update on Monday, May 27th 2025

Grid view search problem

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.0k 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.
  • R Offline
    R Offline
    rishygupta
    wrote on last edited by
    #1

    i am trying to make a grid view from a data model and that data model contains some text. I have a search box by which i want to hide data and show with proper indexing so that UI looks in proper manner .. is there any property of grid view or qml.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tapadar
      wrote on last edited by
      #2

      I guess , you should develop your model in C++ and register it with qml.
      Doing complex things like searching and sorting in qml could cost you performance.

      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