Results 1 to 2 of 2

Thread: How to show data on row in a Qt Quick app

  1. #1
    Join Date
    Jan 2016
    Posts
    76
    Thanks
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    Windows Android

    Default How to show data on row in a Qt Quick app

    Hello to all,

    For part of my Qt Quick project, I need to expose data (including text and numbers in Persian) in rows with four or five columns, similar to a table. Each cell must be able to have a color, font for the text and emit the clicked signal when clicked/touched. The number of rows is various, because they can be added/removed. We should be able to scroll the rows. And we also should be able to search for a specific row using the text column, for example, in a separate row right after the first (title) row.

    Is there a built-in QML type that covers the features above all? If yes, what component please? And if not, from where should I start to reach what I want?

    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to show data on row in a Qt Quick app

    Standard ListView with a delegate that has separate "column" areas or a QtQuickControls 2 TableView

    Cheers,
    _

Similar Threads

  1. for data show out of loop
    By Anupamp in forum Qt Programming
    Replies: 4
    Last Post: 2nd February 2017, 07:24
  2. Replies: 0
    Last Post: 22nd August 2016, 17:26
  3. Replies: 3
    Last Post: 5th July 2016, 17:13
  4. Replies: 1
    Last Post: 8th May 2013, 00:04
  5. QTableView does not show data
    By waynew in forum Newbie
    Replies: 4
    Last Post: 12th December 2009, 00:38

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.