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. Model View issue
Forum Updated to NodeBB v4.3 + New Features

Model View issue

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

    Hi,

    I have a list model with list elements i have to set this model to 2 list view. It is quite simple am able to do that but i want to set 1st index of model to 1 list view and remaining to another list view how can i achieve this?

    Manohar

    Manohar SL
    Embedded Qt & QML Developer

    1 Reply Last reply
    2
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      You can set the same model to two views. Since you are looking for some customisation, you can create filtermodel over the existing model and assign the same to another view. Essential you need to have two models to achieve the same.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      6

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved