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. search/filter from widgets to QML. Some problems
Forum Updated to NodeBB v4.3 + New Features

search/filter from widgets to QML. Some problems

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 304 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.
  • Q Offline
    Q Offline
    Qyrychen95
    wrote on last edited by
    #1

    Hi All!
    I need help. We have some application(With Qt widgets). It is model with data (more than 70000 items) and table (QTableView). Also we can filter items (with QSortFilterProxyModel using) and search with founded searchword highlighting (use QSyntaxHighlighter).
    But now we want use QML in our application. There are two problems:

    1. Filtering with adding groups to DelegateModel has bad performance. Can we use some another solution for QML filtering? (we can use C++ QSortFilterProxyModel but we want know about all variants)
    2. Has QML solution for founded searchwords highlighting and moving from one to another founded items?
    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