Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved there are some way to change dynamically VBarModelMapper ??

    QML and Qt Quick
    1
    1
    123
    Loading More Posts
    • 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.
    • gfxx
      gfxx last edited by aha_1980

      I use VBarModelMapper for show a vertical bar chart ...

                              VBarModelMapper {
                                  model: mymodel /* is came from SqlModelMapper, it bring data from table with 30column */
                                  firstBarSetColumn: 0
                                  lastBarSetColumn: 5
                                  firstRow: 0
                                }
      

      but in these way I can change only firstBar and lastBar .... I need to show data from column 1, 2, 3 plus 10,11,18 for example ..... there are some way to do these?
      I see nothing about in document or example ..... any suggest is appreciate.

      regards

      bkt

      1 Reply Last reply Reply Quote 0
      • First post
        Last post