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. User Data show in popup on the basis of who has logged-in last.
QtWS25 Last Chance

User Data show in popup on the basis of who has logged-in last.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 496 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.
  • S Offline
    S Offline
    Shubham Gupta
    wrote on last edited by
    #1

    @dheerendram

    I have a List Model which contains properties of 4 user. Repeater is use for showing the data of model.
    But i want to show only three user name at time in popup on the basis of who has logged-in last.

    Shubham Gupta

    JonBJ 1 Reply Last reply
    0
    • S Shubham Gupta

      @dheerendram

      I have a List Model which contains properties of 4 user. Repeater is use for showing the data of model.
      But i want to show only three user name at time in popup on the basis of who has logged-in last.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Shubham-Gupta
      Insert a http://doc.qt.io/qt-5/qsortfilterproxymodel.html between your model and your view (Repeater):

      The QSortFilterProxyModel class provides support for sorting and filtering data passed between another model and a view

      S 1 Reply Last reply
      2
      • JonBJ JonB

        @Shubham-Gupta
        Insert a http://doc.qt.io/qt-5/qsortfilterproxymodel.html between your model and your view (Repeater):

        The QSortFilterProxyModel class provides support for sorting and filtering data passed between another model and a view

        S Offline
        S Offline
        Shubham Gupta
        wrote on last edited by
        #3

        @JonB said in User Data show in popup on the basis of who has logged-in last.:

        @Shubham-Gupta
        Insert a http://doc.qt.io/qt-5/qsortfilterproxymodel.html between your model and your view (Repeater):

        The QSortFilterProxyModel class provides support for sorting and filtering data passed between another model and a view

        Ok thanx i try

        Shubham Gupta

        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